Fiddle Config
Adds functionality for persisting certain configuration selections on http://jsfiddle.net
Fiddle Config क्या है?
Fiddle Config canon द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds functionality for persisting certain configuration selections on http://jsfiddle.net"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Fiddle Config एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
*** 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" } |