Polymer Ready
Show an icon in the address bar when it detects some Polymer and Custom components.
Hvad er Polymer Ready?
Polymer Ready er en Chrome-udvidelse udviklet af François Beaufort, og dens hovedfunktion er "Show an icon in the address bar when it detects some Polymer and Custom components.".
Udvidelsesskærmbilleder
Download Polymer Ready-udvidelses-CRX-fil
Download Polymer Ready-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Polymer Ready |
ID | aaifiopbmiecbpladpjaoemohhfjcbdk |
Officiel URL | https://chromewebstore.google.com/detail/polymer-ready/aaifiopbmiecbpladpjaoemohhfjcbdk |
Beskrivelse | Show an icon in the address bar when it detects some Polymer and Custom components. |
Filstørrelse | 14.71 KB |
Antal Installationer | 577 |
Nuværende Version | 0.9.2 |
Senest Opdateret | 2017-01-13 |
Udgivelsesdato | 2017-01-13 |
Bedømmelse | 4.50/5 Samlet 16 Bedømmelser |
Udvikler | François Beaufort |
Betalingsmetode | free |
Understøttede Sprog | 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": [ " |