Polymer Ready
Show an icon in the address bar when it detects some Polymer and Custom components.
Polymer Ready क्या है?
Polymer Ready François Beaufort द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show an icon in the address bar when it detects some Polymer and Custom components."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Polymer Ready एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Just a simple Chrome Extension that shows an icon in the address bar whenever it detects some Polymer and Custom components. Source code is available at https://github.com/beaufortfrancois/polymer-ready-chrome-extension Changelog: 0.9.2: - Fixed extension to work with current versions of Chrome. Thank you hdelossantos@: https://github.com/beaufortfrancois/polymer-ready-chrome-extension/pull/14 0.9.1: - Add a tinted background highlight. Thank you (again) Eric Bidelman: https://github.com/beaufortfrancois/polymer-ready-chrome-extension/issues/1#issuecomment-235926860 0.9: - Listen for `dom-change` events to show icon. Thank you Eric Bidelman: https://github.com/beaufortfrancois/polymer-ready-chrome-extension/issues/13#issuecomment-235654565 0.8: - New icon ;) 0.7: - Made popup items toggleable on click. 0.6: - Handles Google Polymer Elements. 0.5: - Show Page Action when "WebComponentsReady" event is fired. 0.4: - Use https://customelementsio.herokuapp.com/ to improve speed thanks (again) to Jake Johnson 0.3: - Find more custom elements thanks to Jake Johnson 0.2: - Changed background page to event page - Fixed font size
एक्सटेंशन की मूल जानकारी
नाम | Polymer Ready |
ID | aaifiopbmiecbpladpjaoemohhfjcbdk |
आधिकारिक URL | https://chromewebstore.google.com/detail/polymer-ready/aaifiopbmiecbpladpjaoemohhfjcbdk |
विवरण | Show an icon in the address bar when it detects some Polymer and Custom components. |
फ़ाइल का आकार | 14.71 KB |
स्थापना संख्या | 577 |
वर्तमान संस्करण | 0.9.2 |
अंतिम अपडेट | 2017-01-13 |
प्रकाशन तिथि | 2017-01-13 |
रेटिंग | 4.50/5 कुल 16 रेटिंग्स |
डेवलपर | François Beaufort |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Polymer Ready", "description": "Show an icon in the address bar when it detects some Polymer and Custom components.", "version": "0.9.2", "icons": { "128": "assets\/icon128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "content_scripts": [ { "all_frames": true, "matches": [ " |