All Projects → gowong → tabtrekker

gowong / tabtrekker

Licence: MPL-2.0 license
Explore the world one tab at a time (Firefox addon).

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to tabtrekker

myNewTabWE
myNewTabMod这个扩展的WebExtension版本,由于API限制部分功能无法实现
Stars: ✭ 14 (-66.67%)
Mutual labels:  firefox-addon, newtab
myNewTabMod
修改myNewTab这个扩展,使其在火狐41上实现新标签页和扩展签名
Stars: ✭ 14 (-66.67%)
Mutual labels:  firefox-addon, newtab
perfect-home
firefox newtab/home replacement
Stars: ✭ 101 (+140.48%)
Mutual labels:  firefox-addon, newtab
sc-translator-crx
Focus on providing a great inline web translation experience. A translate extension for chrome.
Stars: ✭ 79 (+88.1%)
Mutual labels:  firefox-addon
DarkCloud
SoundCloud Dark Theme
Stars: ✭ 52 (+23.81%)
Mutual labels:  firefox-addon
ctrl-tab
replace your new tab page with the data that matters to you
Stars: ✭ 35 (-16.67%)
Mutual labels:  firefox-addon
youtube-timestamps
Web Extension to show timestamps from YouTube comments on timeline.
Stars: ✭ 42 (+0%)
Mutual labels:  firefox-addon
new-word-tab
A browser extension to learn a new word per new tab
Stars: ✭ 30 (-28.57%)
Mutual labels:  firefox-addon
github-mines-extension
Browser extension to play classic minesweeper game directly on GitHub contributions grid
Stars: ✭ 10 (-76.19%)
Mutual labels:  firefox-addon
favioli
Emoji Favicons for the web. 👊🤯
Stars: ✭ 55 (+30.95%)
Mutual labels:  firefox-addon
Recorder
A browser extension that generates Cypress, Playwright and Puppeteer test scripts from your interactions 🖱 ⌨
Stars: ✭ 277 (+559.52%)
Mutual labels:  firefox-addon
TransparentCameraBar
Set the opacity, hide or shrink the camera bars.
Stars: ✭ 15 (-64.29%)
Mutual labels:  photography
copy all tabs
Browser add-on to copy all URLs and titles from the open tabs in a browser window as a text list to the system clipboard. Links can also be pasted to a browser window to restore a list of tabs.
Stars: ✭ 21 (-50%)
Mutual labels:  firefox-addon
dark-mode
Dark Mode - Chrome extension. Relax your eyes at night and day.
Stars: ✭ 63 (+50%)
Mutual labels:  firefox-addon
9anime-Companion
🚀 A simple companion extension for 9anime
Stars: ✭ 83 (+97.62%)
Mutual labels:  firefox-addon
skyscanner-php
Unofficial PHP SDK for Skyscanner's API.
Stars: ✭ 40 (-4.76%)
Mutual labels:  travel
ps store helper
chrome extension for injecting metacritic score to Playstation store page
Stars: ✭ 27 (-35.71%)
Mutual labels:  firefox-addon
Photo-Sphere-Viewer
A JavaScript library to display Photo Sphere panoramas.
Stars: ✭ 1,198 (+2752.38%)
Mutual labels:  photography
browse-later
Browse later, a WebExtensions add-on.
Stars: ✭ 22 (-47.62%)
Mutual labels:  firefox-addon
pontoon-addon
Tools for Pontoon and its integration into the browser.
Stars: ✭ 13 (-69.05%)
Mutual labels:  firefox-addon

TabTrekker

Codacy Badge

Explore the world one tab at a time. TabTrekker is a Firefox addon that replaces the new tab page.

Development

  1. Install npm
  2. Install jpm npm install jpm --global
  3. Create a folder for Firefox development profiles mkdir -p $HOME/firefox-dev/profiles/dev
  4. Cd into the addon directory cd addon
  5. Start Firefox with a separate dev profile using: jpm run --profile=~/firefox-dev/profiles/dev (Note: replace ~ with the absolute path to your home directory)
  6. Install Extension Auto-Installer.
  7. (Optional) Install Locale Switcher.
  8. (Optional) Install any language packs that you want to test.
  9. Automatically build and install the addon when files change: jpm watchpost --post-url http://localhost:8888/
  10. Deploy Parse API using parse deploy TabTrekkerDev

Adding new images

  1. Add location to LOCATIONS.md
  2. Create a new imageset file in api/cloud/imagesets/
  3. Add the imageset to the list of imagesets api/cloud/imagesets.js
  4. Add your images to a folder in api/public/images/

Translations

Help translate TabTrekker!

Compatibility

Firefox 39-56 are supported.

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].