PolySearch

Go to Omnibox, type 'poly' then name of the Polymer element you are looking for.

Cos'è PolySearch?

PolySearch è un'estensione di Chrome sviluppata da Eiji Kitamura, e la sua funzione principale è "Go to Omnibox, type 'poly' then name of the Polymer element you are looking for.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione PolySearch

Scarica i file di estensione PolySearch in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Search web components from webcomponents.org right from the Chrome search box. Type 'poly' to start searching.                    

Informazioni di Base sull'Estensione

Nome PolySearch PolySearch
ID gchibjlnlbpgcfjpbebnlecbbjndiidj
URL Ufficiale https://chromewebstore.google.com/detail/polysearch/gchibjlnlbpgcfjpbebnlecbbjndiidj
Descrizione Go to Omnibox, type 'poly' then name of the Polymer element you are looking for.
Dimensione del File 19.17 KB
Conteggio Installazioni 150
Versione Corrente 2.0.1
Ultimo Aggiornamento 2017-05-31
Data di Pubblicazione 2017-05-30
Valutazione 4.80/5 Totale 5 Valutazioni
Sviluppatore Eiji Kitamura
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}