Fiddle Config
Adds functionality for persisting certain configuration selections on http://jsfiddle.net
Fiddle Config là gì?
Fiddle Config là một tiện ích mở rộng Chrome được phát triển bởi canon, và tính năng chính của nó là "Adds functionality for persisting certain configuration selections on http://jsfiddle.net".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Fiddle Config
Tải xuống các tệp mở rộng Fiddle Config dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
*** 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/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Fiddle Config |
ID | magendaoiemdipeblnllmjhbelpopmgb |
URL Chính Thức | https://chromewebstore.google.com/detail/fiddle-config/magendaoiemdipeblnllmjhbelpopmgb |
Mô tả | Adds functionality for persisting certain configuration selections on http://jsfiddle.net |
Kích Thước Tệp | 22.08 KB |
Số Lần Cài Đặt | 178 |
Phiên Bản Hiện Tại | 0.0.2.4 |
Cập Nhật Lần Cuối | 2013-04-17 |
Ngày Phát Hành | 2013-04-16 |
Đánh Giá | 4.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | canon |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |