Polymer DevTools Extension
Shows information about Polymer elements
What is Polymer DevTools Extension?
Polymer DevTools Extension is a Chrome extension developed by justinfagnani, and its main feature is "Shows information about Polymer elements".
Extension Screenshots
Download Polymer DevTools Extension Extension CRX File
Download Polymer DevTools Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A Chrome DevTools extension to assist with Polymer development. NOTE: It is highly recommended that the Polymer DevTools Extension is installed to a separate Chrome profile. The extension needs permission to modify every page to install metrics gathering code.
Extension Basic Information
Name | ![]() |
ID | mmpfaamodhhlbadloaibpocmcomledcg |
Official URL | https://chrome.google.com/webstore/detail/polymer-devtools-extensio/mmpfaamodhhlbadloaibpocmcomledcg |
Description | Shows information about Polymer elements |
File Size | 1.09 MB |
Installation Count | 400 |
Current Version | 0.0.9 |
Last Updated | 2017-03-30 |
Publish Date | 2017-03-30 |
Rating | 2.29/5 Total 7 Ratings |
Developer | justinfagnani |
Payment Type | free |
Extension Website | https://polymer-project.org/ |
Help Page URL | https://github.com/PolymerLabs/polydev/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Polymer DevTools Extension", "version": "0.0.9", "description": "Shows information about Polymer elements", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "src\/background.js" ] }, "content_scripts": [ { "matches": [ " |