All Projects → superKalo → crypto-tab

superKalo / crypto-tab

Licence: GPL-3.0 license
💰 Replace your browser New Tab page with a Bitcoin price chart

Programming Languages

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

Projects that are alternatives of or similar to crypto-tab

Recorder
A browser extension that generates Cypress, Playwright and Puppeteer test scripts from your interactions 🖱 ⌨
Stars: ✭ 277 (+1104.35%)
Mutual labels:  firefox-addon
m3u8
m3u8 file downloader library and chrome & firefox extensions/add-on's
Stars: ✭ 67 (+191.3%)
Mutual labels:  firefox-addon
url-incrementer
A web extension for Chrome, Edge, and Firefox. Increment a URL or go to the next page. Supports auto incrementing and advanced toolkit functions like scraping URLs.
Stars: ✭ 27 (+17.39%)
Mutual labels:  firefox-addon
pontoon-addon
Tools for Pontoon and its integration into the browser.
Stars: ✭ 13 (-43.48%)
Mutual labels:  firefox-addon
github-mines-extension
Browser extension to play classic minesweeper game directly on GitHub contributions grid
Stars: ✭ 10 (-56.52%)
Mutual labels:  firefox-addon
tabtrekker
Explore the world one tab at a time (Firefox addon).
Stars: ✭ 42 (+82.61%)
Mutual labels:  firefox-addon
aws-peacock-management-console
Browser Extension to show account alias and change color of AWS Management Console, even if AWS SSO.
Stars: ✭ 46 (+100%)
Mutual labels:  firefox-addon
web-extension-boilerplate
The web extension boilerplate help to set up project quickly using typescript, jest, webpack, githook, prettier and github actions
Stars: ✭ 35 (+52.17%)
Mutual labels:  firefox-addon
9anime-Companion
🚀 A simple companion extension for 9anime
Stars: ✭ 83 (+260.87%)
Mutual labels:  firefox-addon
Socketify
Raw TCP and UDP Sockets API on Desktop Browsers
Stars: ✭ 67 (+191.3%)
Mutual labels:  firefox-addon
ctrl-tab
replace your new tab page with the data that matters to you
Stars: ✭ 35 (+52.17%)
Mutual labels:  firefox-addon
ps store helper
chrome extension for injecting metacritic score to Playstation store page
Stars: ✭ 27 (+17.39%)
Mutual labels:  firefox-addon
hohser
Highlight or Hide Search Engine Results
Stars: ✭ 89 (+286.96%)
Mutual labels:  firefox-addon
favioli
Emoji Favicons for the web. 👊🤯
Stars: ✭ 55 (+139.13%)
Mutual labels:  firefox-addon
packagehub
An extension for displaying dependencies of projects on GitHub
Stars: ✭ 71 (+208.7%)
Mutual labels:  firefox-addon
browse-later
Browse later, a WebExtensions add-on.
Stars: ✭ 22 (-4.35%)
Mutual labels:  firefox-addon
youtube-timestamps
Web Extension to show timestamps from YouTube comments on timeline.
Stars: ✭ 42 (+82.61%)
Mutual labels:  firefox-addon
night-video-tuner
🎬 Browser extension that allows adjusting temperature and other properties of videos on Chrome and Firefox.
Stars: ✭ 19 (-17.39%)
Mutual labels:  firefox-addon
copy-as-markdown
🖱 Browser extension to copy hyperlinks, images, and selected text as Markdown with GFM support
Stars: ✭ 137 (+495.65%)
Mutual labels:  firefox-addon
WhatYouarePlaying
An extension delivering what you're watching and listening to, to Mastodon and other services
Stars: ✭ 15 (-34.78%)
Mutual labels:  firefox-addon

Crypto Tab Logo
Crypto Tab

Browser extension that replaces your New Tab page with a Bitcoin price chart:

Crypto Tab preview

📦 Install

👍 Contributing

I'm open to ideas and suggestions! If you want to contribute or simply you've caught a bug - you can either open an issue or clone the repository, and fire a Pull Request.

Its a single code base website and new tab (cross-)browser extension.

To install the project, first make sure you have NodeJS and NPM installed. Preferably, the latest versions, but anything not extremely old should work too. Then, simply run npm install. Then:

  1. To build the extension distribution files, run:

    npm run build:extension
  2. To build the extension distribution files and re-build (watch) in case of changes, run:

    npm run build:extension:watch
  3. To build the website distribution files, run:

    npm run build:website
  4. To build the website distribution files and re-build (watch) in case of changes, run:

    npm run build:extension:watch

Finally, load the extension:

  • In Chrome:

    • Navigate to chrome://extensions
    • Select "Developer Mode" and then click "Load unpacked extension..."
    • From the file browser, choose the dist/extension/ directory
  • In Firefox:

    • Navigate to about:debugging
    • Click "Load Temporary Add-on" and from the file browser, choose the manifest.json file in the dist/extension/ directory

🚔 License

The code and the documentation are released under the GPL-3.0 License.

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