Fiddle Config
Adds functionality for persisting certain configuration selections on http://jsfiddle.net
Was ist Fiddle Config?
Fiddle Config ist eine Chrome-Erweiterung, die von canon entwickelt wurde, und ihr Hauptmerkmal ist "Adds functionality for persisting certain configuration selections on http://jsfiddle.net".
Erweiterungsscreenshots
Fiddle Config-Erweiterungs-CRX-Datei herunterladen
Laden Sie Fiddle Config-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
*** 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/
Grundlegende Informationen zur Erweiterung
Name | Fiddle Config |
ID | magendaoiemdipeblnllmjhbelpopmgb |
Offizielle URL | https://chromewebstore.google.com/detail/fiddle-config/magendaoiemdipeblnllmjhbelpopmgb |
Beschreibung | Adds functionality for persisting certain configuration selections on http://jsfiddle.net |
Dateigröße | 22.08 KB |
Installationsanzahl | 178 |
Aktuelle Version | 0.0.2.4 |
Letztes Update | 2013-04-17 |
Veröffentlichungsdatum | 2013-04-16 |
Bewertung | 4.50/5 Insgesamt 2 Bewertungen |
Entwickler | canon |
Zahlungsart | free |
Unterstützte Sprachen | 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" } |