Custom Code Injector
Run custom javascript and css in a webpage with ease
Co je Custom Code Injector?
Custom Code Injector je rozšíření Chrome vyvinuté POINT & SHOOT, a jeho hlavní funkcí je „Run custom javascript and css in a webpage with ease“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Custom Code Injector
Stáhněte si soubory rozšíření Custom Code Injector ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Inject custom javascript and css in a webpage with ease Ease of use ✓ Run your own javascript and/or css code ✓ Run 3rd party library javascript and/or css ✓ Automatic save ✓ Target url host as well as path ✓ Exportable and Importable rules ✓ Enable/Disable, Add, Edit, Delete at your finger tips ≡ How to Use 1. Click the Extension Icon (Popup) 2. Click the "+" button to add host rule first (this will take you to the Extension option page) 3. After a title has been set, edit the rule to paste in your own javascript code and/or css code and/or add 3rd party library url 4. Flip the switch to allow the javascript or css or library to run (either at popup or in extension option page) 5. Refresh your url to see the code get applied * For details, refer to User Guide: https://github.com/CharltonC/chrome-custom-code-injector/tree/master/doc/userguide/README.md * For optimisation, javascript/css code can be optimised prior to be pasted in the code area. * The editor in the extension is not intended to be a full blown proper code editor. Instead it should be treated as just a pasteboard to store the code. For best editing experience, a proper code editor should be used. ≡ Privacy * The extension does NOT collect any data or send data to third party. ≡ Release * 1.0.0 (2021.09.10) - Initial Release
Základní Informace o Rozšíření
Název | Custom Code Injector |
ID | dnamojhjmloijageeagbgenehllomldb |
Oficiální URL | https://chromewebstore.google.com/detail/custom-code-injector/dnamojhjmloijageeagbgenehllomldb |
Popis | Run custom javascript and css in a webpage with ease |
Velikost souboru | 207 KB |
Počet instalací | 244 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2023-06-21 |
Datum Vydání | 2021-09-11 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | POINT & SHOOT |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/CharltonC/chrome-custom-code-injector/tree/master/doc/userguide |
URL Stránky Nápovědy | https://github.com/CharltonC/chrome-custom-code-injector/tree/master/doc/userguide |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Custom Code Injector", "version": "1.0.0", "minimum_chrome_version": "68", "description": "Run custom javascript and css in a webpage with ease", "author": "Charlton Cheng", "permissions": [ "storage", "unlimitedStorage", " |