trizotti / one-click-tweak-template

Write tweaks for third-party apps or sites and run them with one click using a dedicated Chrome extension.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

One Click Tweak Template

Create tweaks for third-party apps or sites and run them with one click using a dedicated Chrome extension.

Setup

Clone this repo and make the project your own changing the content of the package.json and README.md files. With developer mode activated in Chrome, add a new unpacked extension pointing to the './extension' folder from this project. Keep the extension pinned for easily use the action button.

Development

npm run dev

Every save will update the tweak automatically, after that you can click the extension's action button to run your code.

Build for production

npm run build

About

Write tweaks for third-party apps or sites and run them with one click using a dedicated Chrome extension.


Languages

Language:JavaScript 100.0%