All Projects → HaNdTriX → Generator Chrome Extension Kickstart

HaNdTriX / Generator Chrome Extension Kickstart

Licence: mit
Scaffold out a Web Extension http://yeoman.io

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Generator Chrome Extension Kickstart

Generator Fountain Webapp
Yeoman 'fountain' generator to start a webapp
Stars: ✭ 985 (+324.57%)
Mutual labels:  gulp, webpack2, yeoman-generator
generator-veams
Scaffold modern frontend web apps or web pages with a static site generator (Assemble or Mangony), Grunt and/or Gulp, Sass and Bower. Use modern frameworks like Bourbon, Bootstrap or Foundation and structure your JavaScript with ES Harmony support.
Stars: ✭ 45 (-80.6%)
Mutual labels:  gulp, yeoman-generator, scaffold
generator-starterkit
Yeoman that scaffolds out a front end starterkit. 📦
Stars: ✭ 29 (-87.5%)
Mutual labels:  gulp, yeoman-generator, scaffold
Generator Gulp Plugin Boilerplate
Scaffold out a Gulp plugin boilerplate
Stars: ✭ 46 (-80.17%)
Mutual labels:  gulp, scaffold, yeoman-generator
Urql Devtools
A tool for monitoring and debugging urql during development
Stars: ✭ 131 (-43.53%)
Mutual labels:  chrome-extension, webextension
Yt Ad Autoskipper
A browser extension that automates skipping ad on Youtube. This is not an ad blocker, it just automates the process of clicking on the "Skip Ad" button on Youtube.
Stars: ✭ 127 (-45.26%)
Mutual labels:  chrome-extension, webextension
Synology Download Manager
An open source browser extension for adding/managing download tasks to your Synology DiskStation.
Stars: ✭ 138 (-40.52%)
Mutual labels:  chrome-extension, webextension
Asciidoctor Browser Extension
⚪️ An extension for web browsers that converts AsciiDoc files to HTML using Asciidoctor.js.
Stars: ✭ 152 (-34.48%)
Mutual labels:  chrome-extension, webextension
Refined Wikipedia
Enforces the mobile web version of Wikipedia and improves its interface
Stars: ✭ 98 (-57.76%)
Mutual labels:  chrome-extension, webextension
Generator Phaser Plus
[🛑 DISCONTINUED] It has been a long journey but development of `generator-phaser-plus` is now over. I recommend you have a look and fork `yandeu/phaser-project-template` instead.
Stars: ✭ 148 (-36.21%)
Mutual labels:  gulp, yeoman-generator
Absolutedoubletrace
A web extension to block browser fingerprinting
Stars: ✭ 156 (-32.76%)
Mutual labels:  chrome-extension, webextension
Html5 Video Everywhere
Higher performance and stable video watching experience on the web
Stars: ✭ 118 (-49.14%)
Mutual labels:  chrome-extension, webextension
Devtools Ds
UI components, libraries, and templates for building robust devtools experiences.
Stars: ✭ 105 (-54.74%)
Mutual labels:  chrome-extension, webextension
Web Scrobbler
Scrobble music all around the web!
Stars: ✭ 1,783 (+668.53%)
Mutual labels:  chrome-extension, webextension
Save In
WebExtension for saving media, links, or selections into user-defined directories
Stars: ✭ 99 (-57.33%)
Mutual labels:  chrome-extension, webextension
Disable Javascript
Adds the ability to disable JavaScript on specific sites.
Stars: ✭ 151 (-34.91%)
Mutual labels:  chrome-extension, webextension
Github Mermaid Extension
A browser extension for Chrome, Opera & Firefox that adds Mermaid language support to Github
Stars: ✭ 170 (-26.72%)
Mutual labels:  chrome-extension, webextension
Generator Angular Webpack Es6
Yeoman generator for Angular projects using Webpack, ES6, SASS with some cool optional features. Feel free to contribute!
Stars: ✭ 172 (-25.86%)
Mutual labels:  gulp, yeoman-generator
Floccus
☁️ Sync your bookmarks privately across browsers
Stars: ✭ 2,630 (+1033.62%)
Mutual labels:  chrome-extension, webextension
Blocktube
YouTube™ content blocker
Stars: ✭ 186 (-19.83%)
Mutual labels:  chrome-extension, webextension

generator-chrome-extension-kickstart

Build Status npm package js-standard-style

DEPRECATED

In favor of https://github.com/HaNdTriX/generator-web-extension

Advanced WebExtension generator that creates everything you need to get started with extension development.

This generator uses:

Features

  • ES2015
  • Modules (ES2015, CommonJS, AMD)
  • Multi browser support (chrome, firefox, opera, edge)
  • Vendor prefixed manifest keys
  • Sourcemaps
  • Linting
  • CSS, Sass, Less
  • Environment variables
  • Image optimization
  • Livereload
  • Packaging
  • Version management

Install

$ npm install -g yo generator-chrome-extension-kickstart

Getting Started

  • First make a new directory, and cd into it: mkdir my-new-chrome-extension && cd $_
  • Run: yo chrome-extension-kickstart.

Options

  • --skip-install

    Skips the automatic execution of npm after scaffolding has finished.

Documentation

Check out the documentation

Contribute

See the contributing docs

License

MIT

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