All Projects → web-ext-labs → Ui Tool

web-ext-labs / Ui Tool

Licence: mit
UI for create-web-ext

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Ui Tool

Web Extension Starter
Typescript, React, Redux, Styled-Component and Webpack based sample extension boilerplate. Runs on Chrome and Firefox. Sample chrome extension.
Stars: ✭ 115 (+10.58%)
Mutual labels:  boilerplate, chrome-extension, firefox-addon
Read Aloud
An awesome browser extension that reads aloud webpage content with one click
Stars: ✭ 444 (+326.92%)
Mutual labels:  chrome-extension, firefox-addon, webextensions
Extension Boilerplate
⚡️ A template for building cross browser extensions for Chrome, Opera & Firefox.
Stars: ✭ 2,958 (+2744.23%)
Mutual labels:  chrome-extension, firefox-addon, webextensions
Web Extension Starter
🖥🔋Web Extension starter to build "Write Once Run on Any Browser" extension
Stars: ✭ 987 (+849.04%)
Mutual labels:  boilerplate, chrome-extension, firefox-addon
Browser Addon
Kee adds free, secure and easy password management features to your browser which save time and keep your private data more secure.
Stars: ✭ 386 (+271.15%)
Mutual labels:  chrome-extension, firefox-addon, webextensions
Mue
Fast, open and free-to-use new tab page for modern browsers
Stars: ✭ 56 (-46.15%)
Mutual labels:  chrome-extension, firefox-addon, webextensions
Awsconsolerecorder
Records actions made in the AWS Management Console and outputs the equivalent CLI/SDK commands and CloudFormation/Terraform templates.
Stars: ✭ 1,152 (+1007.69%)
Mutual labels:  chrome-extension, firefox-addon
Github Contribution Color Graph
Change colors of contribution graph in GitHub.
Stars: ✭ 70 (-32.69%)
Mutual labels:  chrome-extension, webextensions
Globalspeed
Web extension to set a default speed for video and audio
Stars: ✭ 83 (-20.19%)
Mutual labels:  chrome-extension, firefox-addon
Potential Changes For Github
Potential changes for GitHub: Browser extension that shows which pull requests contain changes related to a file.
Stars: ✭ 92 (-11.54%)
Mutual labels:  chrome-extension, firefox-addon
Nxenhanced
Adds "quality-of-life" features to NextDNS website for a more practical usability
Stars: ✭ 58 (-44.23%)
Mutual labels:  chrome-extension, firefox-addon
Notifier For Github
Browser extension - Get notified about new GitHub notifications
Stars: ✭ 1,259 (+1110.58%)
Mutual labels:  chrome-extension, firefox-addon
Netflix Categories
Unlock Netflix Hidden Categories With This Browser Extension
Stars: ✭ 93 (-10.58%)
Mutual labels:  chrome-extension, webextensions
Multipletab
Multiple Tab Handler, Provides feature to close multiple tabs.
Stars: ✭ 67 (-35.58%)
Mutual labels:  firefox-addon, webextensions
Ccfrank4dblp
Displays the China Computer Federation (CCF) recommended rank of international conferences and journals in the dblp and Google Scholar search results.
Stars: ✭ 62 (-40.38%)
Mutual labels:  chrome-extension, firefox-addon
Save To The Wayback Machine
Browser extension for quickly saving web pages to the Internet Archive's Wayback Machine.
Stars: ✭ 83 (-20.19%)
Mutual labels:  chrome-extension, firefox-addon
Turnoff Namuwiki
조별과제 때마다 "나무위키 꺼라."라고 말하시는게 피곤하신 여러분을 위해 만들어진 Browser Extension, 나무위키를 꺼 드립니다.
Stars: ✭ 59 (-43.27%)
Mutual labels:  chrome-extension, firefox-addon
Ccsearch Browser Extension
Cross-Browser extension to search, filter and use images in the public domain and under Creative Commons licenses.
Stars: ✭ 92 (-11.54%)
Mutual labels:  chrome-extension, firefox-addon
Dotgit
An extension for checking if .git is exposed in visited websites
Stars: ✭ 96 (-7.69%)
Mutual labels:  chrome-extension, firefox-addon
Chrome Extension Webpack Boilerplate
A basic foundation boilerplate for rich Chrome Extensions using Webpack to help you write modular and modern Javascript code, load CSS easily and automatic reload the browser on code changes.
Stars: ✭ 1,320 (+1169.23%)
Mutual labels:  boilerplate, chrome-extension

webextensions.in

Webextensions.in is a scaffolding UI tool for browser extensions. It lets you to input and select few parameters and outputs a complete boilerplate browser extension project. This folder will contain all the required folders and files to get started with the extension.

Development commands

Here are some commands you can run:

Command Description
yarn build Build the website.
yarn go Start the local server at http://localhost:8000/public.
Structure

Following folder structure will be genearted, zipped and downloaded:

myAddon
   ├── background_script.js
   ├── browserAction
   │   ├── index.html
   │   ├── script.js
   │   └── style.css
   ├── content_script.js
   ├── icons
   │   └── icon.png
   ├── manifest.json
   ├── options
   │   ├── index.html
   │   ├── script.js
   │   └── style.css
   └── pageAction
       ├── index.html
       ├── script.js
       └── style.css

Why does this exist?

Because we got super tired creating the file and folders for every new extension over and over again. #lazyDevs

Are you a terminal geek?

For you , we have npm package, you can check it out here

Want to contribute?

If you have suggestions please file an issue

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