A chrome extension for transforming selected text
- copyToCamelCase
- copy-to-kebab-case
- copy to lower case
- copy_to_snake_case
- Copy To Start Case
- COPY TO UPPER CASE
- Generate Lorem ipsum
- This repo includes the unpacked extension. You should not need to build unless you want to debug or change something. If that's the case...
- You'll need the dev dependencies so run
npm install
. - Use
npm run build
to transpile and minify changes in src/anole.js to ext/anole.min.js. To transpile a more human readable script for debugging you can usenpm run build-debug
instead.
- The the /ext folder contains the unpacked extension. Save the contents of this folder locally to a place they will remain while in use.
- From Chrome's menu select More tools > Extensions or browse to:
chrome://extensions
. - Enable Developer mode via the switch at upper-right.
- Click on Load unpacked.
- Select the local folder containing Anole and click OK.
- In Chrome select some text on a web page, right click and you should see the Anole context menu that offers the sub-menu actions as picture above.
If you only want to use the tool without hacking at it you can install directly from the Chrome Web Store:
https://tinyurl.com/anole-chrome-ws
This way you will also get automatic updates.
GNU General Public License 3.0 Only
GPL-3.0-only
Copyright (C) 2019 Trevor D. Reid
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3 only.
This program is distributed in the hope that it will be useful, but without any warranty — without even the implied warranties of merchantability or fitness for a particular purpose. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.