Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Singlefile | 10,074 | 2 months ago | 50 | agpl-3.0 | JavaScript | |||||
Web Extension and CLI tool for saving a faithful copy of an entire web page in a single HTML file | ||||||||||
Tabliss | 1,622 | 2 days ago | 186 | gpl-3.0 | TypeScript | |||||
A beautiful, customisable New Tab page for Firefox, Chrome, and Edge. | ||||||||||
H5player | 1,587 | 3 days ago | 119 | JavaScript | ||||||
视频增强脚本,支持所有H5视频网站,例如:B站、抖音、腾讯视频、优酷、爱奇艺、西瓜视频、油管(YouTube)、微博视频、知乎视频、搜狐视频、网易公开课、百度网盘、阿里云盘、ted、instagram、twitter等。全程快捷键控制,支持:倍速播放/加速播放、视频画面截图、画中画、网页全屏、调节亮度、饱和度、对比度、自定义配置功能增强等功能,为你提供愉悦的在线视频播放体验。还有视频广告快进、在线教程/教育视频倍速快学等能力 | ||||||||||
Better Onetab | 1,469 | 4 months ago | 274 | mit | JavaScript | |||||
:bookmark_tabs: A better OneTab for Chrome :memo: Temporarily removed from firefox :construction: V2 is WIP | ||||||||||
Apollo Client Devtools | 1,433 | 2 days ago | 42 | mit | TypeScript | |||||
Apollo Client browser developer tools. | ||||||||||
Tab Session Manager | 1,413 | 22 days ago | 357 | mpl-2.0 | JavaScript | |||||
WebExtensions for restoring and saving window / tab states | ||||||||||
Nighttab | 1,352 | 23 days ago | 75 | gpl-3.0 | JavaScript | |||||
A neutral new tab page accented with a chosen colour. Customise the layout, style, background and bookmarks with nightTab. | ||||||||||
Chrome Extensions Examples | 1,298 | a year ago | 2 | JavaScript | ||||||
All Chrome Extension examples collected into one repository | ||||||||||
Web Search Navigator | 750 | 5 days ago | 26 | mit | JavaScript | |||||
Web extension that adds keyboard shortcuts to Google, YouTube, Github, Amazon, and others (Chrome/Firefox/Edge/Safari) | ||||||||||
Auto Tab Discard | 748 | a month ago | 98 | mpl-2.0 | JavaScript | |||||
Use native tab discarding method to automatically reduce memory usage of inactive tabs |
🌎🏭📈 Data about the climate crisis, in your new tab.
To get started, clone the repo:
https://github.com/Booligoosh/carbon-tab.git
cd carbon-tab
If yarn isn't already installed, run:
npm install yarn -g
Then install the dependencies for Carbon Tab:
yarn install
To build the extension, run
yarn build:dev
You can get Webpack to auto-rebuild every time you change a file:
yarn watch:dev
If you want to package the extension into a zip file, use the following command:
yarn build-zip