Fiddle Config
Adds functionality for persisting certain configuration selections on http://jsfiddle.net
Co je Fiddle Config?
Fiddle Config je rozšíření Chrome vyvinuté canon, a jeho hlavní funkcí je „Adds functionality for persisting certain configuration selections on http://jsfiddle.net“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Fiddle Config
Stáhněte si soubory rozšíření Fiddle Config 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í
*** updated to address jsFiddle's change to a particular input id Adds a "default" button next to the following combo-boxes on jsfiddle's configuration panel: Doc Type Style Type Script Type JS Wrap JS Library External Resources Clicking a "default" button will save the associated selection as a default value. Default selections will never supersede an existing fiddle's configuration; defaults are loaded only for new fiddles. Settings are persisted through local storage and are particular to the registered jsfiddle user or, if unavailable, the client machine itself. Initial idea credited to Robert Lemon http://sourcoder.blogspot.ca/
Základní Informace o Rozšíření
Název | Fiddle Config |
ID | magendaoiemdipeblnllmjhbelpopmgb |
Oficiální URL | https://chromewebstore.google.com/detail/fiddle-config/magendaoiemdipeblnllmjhbelpopmgb |
Popis | Adds functionality for persisting certain configuration selections on http://jsfiddle.net |
Velikost souboru | 22.08 KB |
Počet instalací | 178 |
Aktuální Verze | 0.0.2.4 |
Poslední Aktualizace | 2013-04-17 |
Datum Vydání | 2013-04-16 |
Hodnocení | 4.50/5 Celkem 2 Hodnocení |
Vývojář | canon |
Typ Platby | free |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Adds functionality for persisting certain configuration selections on http:\/\/jsfiddle.net", "name": "Fiddle Config", "permissions": [ "*:\/\/*.jsfiddle.net\/" ], "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.jsfiddle.net\/*" ], "js": [ "main.js" ] } ], "manifest_version": 2, "version": "0.0.2.4" } |