8000 GitHub - jozwikaleksander/startpage: πŸ–₯ Customizable startpage chrome extension.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jozwikaleksander/startpage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

97 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🏠 Startpage

My configuration

Customizable startpage chrome extension.

πŸ“„ Features

  • searching on engine of your choose (Default is Google. You can change it in Extension options)
  • searching saved bookmarks - *bookmark
  • searching saved subreddits - /r subreddit
  • searching on Youtube - y/ search
  • quickly going to the localhost page - l/port or localhost:port
  • translating sentences via google translator - tr-target-language=sentence (e.g. tr-pl=example)
  • information about time and weather(from Open Weather API)
  • customizable color scheme (and gif)
  • importing and exporting settings using JSON
  • ability to group your bookmarks in folders

Full list of shortcuts you can find HERE

βš™ Installation

  1. Clone the repository

     git clone https://github.com/jozwikaleksander/startpage.git
    
  2. In your browser go to Extensions and turn on Developer Mode.

  3. Click Load unpacked and choose cloned repo location.

  4. Go into Details>Extenion options.

  5. Type in your OPEN WEATHER API CALL URL. (If you don't have one follow instructions 5.1 - 5.2)

    5.1. Create account on Open Weather and get your API key.

    5.2. Create your URL (Official guide). In current version it should look like this.

     https://api.openweathermap.org/data/2.5/weather?lat={lat}&lon={lon}&appid={API key}
    
  6. Customize your startpage looks or leave it default.

  7. In your bookmarks create folder Startpage and subfolders. Save some bookmarks in subfolders. Structure of your Startpage folder should look like this.

     Startpage/
     β”œβ”€ Subfolder 1/
     β”‚  β”œβ”€ Bookmark 1.1
     β”œβ”€ Subfolder 2/
     β”‚  β”œβ”€ Bookmark 2.1
     β”œβ”€ Subfolder 3/
     β”‚  β”œβ”€ Bookmark 3.1
    
  8. Now your home page should work properly. πŸ˜ƒ

πŸ€– Subreddits

In order to search saved subbredits you have to create subfolder named Subreddits in your Startpage folder. Save subreddit bookmark inside this folder and make sure it's name follows this patttern r/ name.

    Startpage/
    β”œβ”€ Subfolder 1/
    β”‚  β”œβ”€ Bookmark 1.1
    β”œβ”€ Subfolder 2/
    β”‚  β”œβ”€ Bookmark 2.1
    β”œβ”€ Subfolder 3/
    β”‚  β”œβ”€ Bookmark 3.1
    β”œβ”€ Subreddits/
    β”‚  β”œβ”€ r/ subreddit

πŸ“¦ Importing and exporting settings

You can import settings from JSON in extension settings. Pattern for your config file you can find below.

    {
            "openWeatherAPIURL":"your_api_key",
            "startpageGif":"img/gif.gif",
            "searchEngine":"https://www.google.com/search?q=",
            "fontColor":"#ffffff",
            "fontHoverColor":"#aaaaaa",
            "backgroundColor":"#282828",
            "foregroundColor":"#3c3836",
            "accentColor":"#b8bb26",
            "fontFamily":"Roboto"
    }

To export config simply click Export button in extension settingss and your configuration will be copied to clipboard.

🎨 Themes

Below you can find themes that I prepared. Feel free to modify them to your liking.

Nord

Nord

Link to JSON

Catppuccin

Nord

Link to JSON

Gruvbox

Nord

Link to JSON

Rosepine

Nord

Link to JSON

⌨ Search bar shortcuts cheatsheet

πŸ” Search bar shortcut βš™ Operation
*bookmark searching saved bookmarks
r/subreddit searching saved subreddits
y/search searching on Youtube
l/port or localhost:port go to localhost page
tr-target-language=sentence translating sentences via Google Translator
s/ go to Startpage settings
g/search searching on Google
d/search searching on DuckDuckGo

πŸ‘€ Credits

Project was made by Aleksander JΓ³ΕΊwik (@jozwikaleksander).

Default GIF I used was made by artist Waneella (@wanella).

About

πŸ–₯ Customizable startpage chrome extension.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0