PolySearch
Go to Omnibox, type 'poly' then name of the Polymer element you are looking for.
Vad är PolySearch?
PolySearch är en Chrome-tillägg utvecklad av Eiji Kitamura, och dess huvudfunktion är "Go to Omnibox, type 'poly' then name of the Polymer element you are looking for.".
Tilläggsskärmbilder
Ladda ner PolySearch-förlängningens CRX-fil
Ladda ner PolySearch-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Search web components from webcomponents.org right from the Chrome search box. Type 'poly' to start searching. Grundläggande Information om Tillägg
| Namn | |
| ID | gchibjlnlbpgcfjpbebnlecbbjndiidj |
| Officiell webbadress | https://chromewebstore.google.com/detail/polysearch/gchibjlnlbpgcfjpbebnlecbbjndiidj |
| Beskrivning | Go to Omnibox, type 'poly' then name of the Polymer element you are looking for. |
| Filstorlek | 19.17 KB |
| Antal Installationer | 150 |
| Aktuell Version | 2.0.1 |
| Senast Uppdaterad | 2017-05-31 |
| Publiceringsdatum | 2017-05-30 |
| Betyg | 4.80/5 Totalt 5 Betyg |
| Utvecklare | Eiji Kitamura |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
} | |