All Projects → evansalter → Gata

evansalter / Gata

Bookmarks made better

Projects that are alternatives of or similar to Gata

Marinara
Pomodoro® time management assistant for Chrome
Stars: ✭ 1,806 (+10523.53%)
Mutual labels:  productivity, extension, chrome, browser
Nighttab
A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks in nightTab.
Stars: ✭ 598 (+3417.65%)
Mutual labels:  bookmarks, extension, chrome-extension, chrome
Booklight
Your Chrome Alfred - An Extension to provide spotlight-like interface for your bookmarks
Stars: ✭ 98 (+476.47%)
Mutual labels:  productivity, extension, chrome-extension, chrome
Wikipediap2p
WikipediaP2P.org Chrome Extension
Stars: ✭ 105 (+517.65%)
Mutual labels:  extension, chrome-extension, chrome, browser
Extension Create
Create modern cross-browser extensions with no build configuration.
Stars: ✭ 167 (+882.35%)
Mutual labels:  extension, chrome, browser
Shrinktome
📘Shrink facebook by 5% every 10th second. You're welcome!
Stars: ✭ 15 (-11.76%)
Mutual labels:  productivity, extension, chrome-extension
Yi Note
YiNote browser extension - online video note taking tool
Stars: ✭ 96 (+464.71%)
Mutual labels:  productivity, bookmarks, chrome-extension
Brotab
Control your browser's tabs from the command line
Stars: ✭ 137 (+705.88%)
Mutual labels:  productivity, chrome-extension, browser
Gopassbridge
A web extension for firefox and chrome to insert login credentials from gopass
Stars: ✭ 182 (+970.59%)
Mutual labels:  extension, chrome, browser
Vertical Tabs Chrome Extension
A chrome extension that presents your tabs vertically. Problem solved.
Stars: ✭ 117 (+588.24%)
Mutual labels:  productivity, chrome-extension, chrome
Chromium Vim
Vim bindings for Google Chrome.
Stars: ✭ 2,150 (+12547.06%)
Mutual labels:  productivity, chrome-extension, chrome
Floccus
☁️ Sync your bookmarks privately across browsers
Stars: ✭ 2,630 (+15370.59%)
Mutual labels:  bookmarks, chrome-extension, chrome
Vbookmarks
A successor of Neat Bookmarks.
Stars: ✭ 61 (+258.82%)
Mutual labels:  bookmarks, chrome-extension, chrome
Bilibili Helper O
哔哩哔哩 (bilibili.com) 辅助工具,可以替换播放器、推送通知并进行一些快捷操作
Stars: ✭ 3,717 (+21764.71%)
Mutual labels:  extension, chrome-extension, chrome
Singlefile
Web Extension for Firefox/Chrome/MS Edge and CLI tool to save a faithful copy of an entire web page in a single HTML file
Stars: ✭ 4,417 (+25882.35%)
Mutual labels:  chrome-extension, chrome, browser
Extanalysis
Browser Extension Analysis Framework - Scan, Analyze Chrome, firefox and Brave extensions for vulnerabilities and intels
Stars: ✭ 351 (+1964.71%)
Mutual labels:  chrome-extension, chrome, browser
Githuber
Display Github Trending repositories on Chrome New Tab Extensions
Stars: ✭ 418 (+2358.82%)
Mutual labels:  extension, chrome-extension, chrome
Github Mermaid Extension
A browser extension for Chrome, Opera & Firefox that adds Mermaid language support to Github
Stars: ✭ 170 (+900%)
Mutual labels:  extension, chrome-extension, chrome
Styleurl Extension
Share & export CSS tweaks from Chrome instantly.
Stars: ✭ 175 (+929.41%)
Mutual labels:  extension, chrome-extension, chrome
Adamantium Thief
🔑 Decrypt chromium based browsers passwords, cookies, credit cards, history, bookmarks, autofill. Version > 80 is supported.
Stars: ✭ 283 (+1564.71%)
Mutual labels:  bookmarks, chrome, browser


gata helps you find the information you need, quicker than ever.

gata allows you to define dynamic shortcuts allowing you to jump to the page you need, when you need it. Just supply gata with a URL, define some variables, and you're done!

Examples include:

  • Going to a Twitter profile
  • Jumping to a specific repository on Github
  • Viewing your favourite Reddit, sorted how you choose

How does it work?

To create a shortcut to go to a Twitter profile, we'll provide the URL "https://twitter.com/%s"

The "%s" signifies a variable. This is the part that you are going to fill in when you access the shortcut.

When you go to use this shortcut, gata will prompt you to enter the username you want to access and take you there.

Features

  • Keyboard navigation - access all your shortcuts without using your mouse
    • Ctrl+. (⌘+. on Mac) to open
    • Once open, start typing to filter to the shortcut you want
    • Tab to expand the first result
    • Fill out form using keyboard
    • Enter to navigate to page
  • Syncing - your shortcuts are synced across Chrome browsers that are signed in with the same account

Screenshots

Viewing your shortcuts Navigating to a shortcut Creating a shortcut

Contributing

The following information is provided in order to contribute to this project:

Setup

The following will download, build, and install the extension in Chrome, allowing you to start developing.

  1. Fork this repository and clone it to your local machine
  2. Run npm i to install dependencies
  3. Run npm run build to build
  4. Go to chrome://extensions
  5. Turn on "Developer Mode" in the top-right
  6. Click "Load unpacked"
  7. Navigate to the dist directory and select it

Chrome will install the extension. After you make changes, run npm run build again and the extension should automatically update in Chrome. If not, just click the reload icon for gata on the extensions page.

PRs

After you have made your change, push your branch to your forked copy and make a pull request into this repo. Make sure to reference any issues you closing with your change. I will be sure to review your change and and it integrated.

Technologies

gata is built with:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].