PolySearch
Go to Omnibox, type 'poly' then name of the Polymer element you are looking for.
What is PolySearch?
PolySearch is a Chrome extension developed by Eiji Kitamura, and its main feature is "Go to Omnibox, type 'poly' then name of the Polymer element you are looking for.".
Extension Screenshots
Download PolySearch Extension CRX File
Download PolySearch 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
Search web components from webcomponents.org right from the Chrome search box. Type 'poly' to start searching.
Extension Basic Information
Name | PolySearch |
ID | gchibjlnlbpgcfjpbebnlecbbjndiidj |
Official URL | https://chromewebstore.google.com/detail/polysearch/gchibjlnlbpgcfjpbebnlecbbjndiidj |
Description | Go to Omnibox, type 'poly' then name of the Polymer element you are looking for. |
File Size | 19.17 KB |
Installation Count | 150 |
Current Version | 2.0.1 |
Last Updated | 2017-05-31 |
Publish Date | 2017-05-30 |
Rating | 4.80/5 Total 5 Ratings |
Developer | Eiji Kitamura |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } } |