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 |
官方URL | 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" } |