Polymer Ready
Show an icon in the address bar when it detects some Polymer and Custom components.
Что такое Polymer Ready?
Polymer Ready - это расширение Chrome, разработанное François Beaufort, и его основная функция - "Show an icon in the address bar when it detects some Polymer and Custom components.".
Снимки экрана расширения
Скачать файл CRX расширения Polymer Ready
Скачайте файлы расширений Polymer Ready в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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": [ " |