Fiddle Config
Adds functionality for persisting certain configuration selections on http://jsfiddle.net
什麼是Fiddle Config?
Fiddle Config是由canon開發的Chrome擴展程式,該擴展的主要功能是“Adds functionality for persisting certain configuration selections on http://jsfiddle.net”。
擴展截圖
下載Fiddle Config擴展crx文件
下載Fiddle Config擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
*** 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/
擴展基本資訊
名稱 | Fiddle Config |
ID | magendaoiemdipeblnllmjhbelpopmgb |
官方網址 | https://chromewebstore.google.com/detail/fiddle-config/magendaoiemdipeblnllmjhbelpopmgb |
簡介 | Adds functionality for persisting certain configuration selections on http://jsfiddle.net |
檔案大小 | 22.08 KB |
安裝次數 | 178 |
目前版本 | 0.0.2.4 |
更新時間 | 2013-04-17 |
上架時間 | 2013-04-16 |
評分 | 4.50/5 共 2 次評分 |
開發者 | canon |
付費類型 | free |
支援的語言 | 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" } |