Fiddle Config
Adds functionality for persisting certain configuration selections on http://jsfiddle.net
Co to jest Fiddle Config?
Fiddle Config to rozszerzenie Chrome opracowane przez canon, a jego główną funkcją jest „Adds functionality for persisting certain configuration selections on http://jsfiddle.net”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Fiddle Config
Pobierz pliki rozszerzeń Fiddle Config w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
*** 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/
Podstawowe informacje o rozszerzeniu
Nazwa | Fiddle Config |
ID | magendaoiemdipeblnllmjhbelpopmgb |
Oficjalny URL | https://chromewebstore.google.com/detail/fiddle-config/magendaoiemdipeblnllmjhbelpopmgb |
Opis | Adds functionality for persisting certain configuration selections on http://jsfiddle.net |
Rozmiar pliku | 22.08 KB |
Liczba instalacji | 178 |
Aktualna Wersja | 0.0.2.4 |
Ostatnia Aktualizacja | 2013-04-17 |
Data Publikacji | 2013-04-16 |
Ocena | 4.50/5 Łącznie 2 Oceny |
Deweloper | canon |
Typ Płatności | free |
Obsługiwane Języki | 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" } |