Polymer DevTools Extension
Shows information about Polymer elements
Wat is Polymer DevTools Extension?
Polymer DevTools Extension is een Chrome-extensie ontwikkeld door justinfagnani, en de belangrijkste functie is "Shows information about Polymer elements".
Extensie Screenshots
Download het CRX-bestand van de extensie Polymer DevTools Extension
Download Polymer DevTools Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | ![]() |
ID | mmpfaamodhhlbadloaibpocmcomledcg |
Officiële URL | https://chrome.google.com/webstore/detail/polymer-devtools-extensio/mmpfaamodhhlbadloaibpocmcomledcg |
Beschrijving | Shows information about Polymer elements |
Bestandsgrootte | 1.09 MB |
Aantal Installaties | 400 |
Huidige Versie | 0.0.9 |
Laatst Bijgewerkt | 2017-03-30 |
Publicatiedatum | 2017-03-30 |
Beoordeling | 2.29/5 Totaal 7 Beoordelingen |
Ontwikkelaar | justinfagnani |
Betalingswijze | free |
Extensiewebsite | https://polymer-project.org/ |
Help Pagina-URL | https://github.com/PolymerLabs/polydev/ |
Ondersteunde Talen | 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": [ " |