extension-boilerplate icon indicating copy to clipboard operation
extension-boilerplate copied to clipboard

⚡️ A template for building cross browser extensions for Chrome, Opera & Firefox.

Results 28 extension-boilerplate issues
Sort by recently updated
recently updated
newest added

Dear maintainer Thank you for this repository. In this pull request, I propose upgrading Babel to version 7 and gulp to version 4. The required changes should all be present....

No updates in three years :/

I was checking this code: https://github.com/EmailThis/extension-boilerplate/blob/639ea28438613694ec9c3dac3ef19ec6ad10e3af/src/scripts/popup.js#L42 And there you have `chrome.tabs...`. Shouldn't it be `ext.tabs`?

Node `12.3.1` ``` error: no matching function for call to ‘v8::String::Utf8Value::Utf8Value(v8::Local&)’ 17 | v8::String::Utf8Value string(value); ``` ``` In file included from ../src/create_string.cpp:1: ../../nan/nan.h: In function ‘void Nan::AsyncQueueWorker(Nan::AsyncWorker*)’: ../../nan/nan.h:2298:62: warning: cast...

As this project seems to be deprecated. I build another starter with webpack that can build cross browser extension as well. (This repo takes the inspiration) Its got - webpack/html/sass/javascript...

Error when making `npm install` I solved this by changing in package.json: `"gulp-sass": "^2.3.2"` to `"gulp-sass": "3.0.0",` https://github.com/codecombat/codecombat/issues/4430#issuecomment-348927771 ``` npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! [email protected]...

# Bump gulp-sass from 2.3.2 to 3.0.0 😄 (This Fix Issue #40) Error when making `npm install` I solved this by changing in package.json: `"gulp-sass": "^2.3.2"` to `"gulp-sass": "3.0.0",` https://github.com/codecombat/codecombat/issues/4430#issuecomment-348927771...

[webext-options-sync](https://github.com/fregante/webext-options-sync) is a simple tool that takes care of autosaving the options form (among other things). If it sounds useful I can send a PR to integrate it into the...

如何在浏览器中调试,有类似 npm run dev,开启node服务调试页面的功能吗