chrome-extension-cli icon indicating copy to clipboard operation
chrome-extension-cli copied to clipboard

🚀 The CLI for your next Chrome Extension

Results 31 chrome-extension-cli issues
Sort by recently updated
recently updated
newest added

Hello world, from the README: ``` //........... % cd my-extension % npm run watch npm ERR! Missing script: "watch" ```

A lot of new extensions are providing a sidebar kind of interface for their extensions. Is this something that can be optimized globally for all websites or do you have...

enhancement

Especially for TypeScript version, is there any in-built or low configuration way to setup unit testing?

enhancement

want to create a react project by this cli, for `popup.html` or `options.html` eg.

enhancement

The --webextension option will automatically add webextension-polyfill to your extension by default as discussed in #1 Please don't merge this PR yet.

enhancement

``` PS F:\test> npm run watch > [email protected] watch F:\test > ./node_modules/webpack/bin/webpack.js --mode=development --watch --config config/webpack.config.js '.' 不是内部或外部命令,也不是可运行的程序 或批处理文件。 npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! [email protected]...

I means something we just want to init a extension at current directory.Sometimes, wo will make a root directory by ourself.Thanks.

enhancement

When trying to load the extension I get this error! Could not load javascript 'contentScript.js' for content script. Could not load manifest.

@dutiyesh Hi, just found this awesome tool! Are you planning to add WebExtensions support, to enable cross-browser plugin development?

enhancement

Hello, First of all thanks a lot for this awesome cli! I am facing an issue (I think...) , any change that I made on background.js needs a "Update" from...