PolySearch
Go to Omnibox, type 'poly' then name of the Polymer element you are looking for.
Qu'est-ce que PolySearch ?
PolySearch est une extension Chrome développée par Eiji Kitamura, et sa fonction principale est "Go to Omnibox, type 'poly' then name of the Polymer element you are looking for.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PolySearch
Téléchargez les fichiers d'extension PolySearch au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Search web components from webcomponents.org right from the Chrome search box. Type 'poly' to start searching.
Informations de Base sur l'Extension
Nom | PolySearch |
ID | gchibjlnlbpgcfjpbebnlecbbjndiidj |
URL Officiel | https://chromewebstore.google.com/detail/polysearch/gchibjlnlbpgcfjpbebnlecbbjndiidj |
Description | Go to Omnibox, type 'poly' then name of the Polymer element you are looking for. |
Taille du Fichier | 19.17 KB |
Nombre d'Installations | 150 |
Version Actuelle | 2.0.1 |
Dernière Mise à Jour | 2017-05-31 |
Date de Publication | 2017-05-30 |
Évaluation | 4.80/5 Total 5 Évaluations |
Développeur | Eiji Kitamura |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PolySearch", "description": "Go to Omnibox, type 'poly' then name of the Polymer element you are looking for.", "version": "2.0.1", "manifest_version": 2, "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "permissions": [ "tabs", "https:\/\/www..webcomponents.org\/" ], "omnibox": { "keyword": "poly" }, "background": { "scripts": [ "js\/background.js" ] } } |