PolySearch
Go to Omnibox, type 'poly' then name of the Polymer element you are looking for.
PolySearchとは何ですか?
PolySearchはEiji Kitamuraによって開発されたChromeの拡張機能で、その主な機能は「Go to Omnibox, type 'poly' then name of the Polymer element you are looking for.」です。
拡張機能のスクリーンショット
PolySearch拡張機能のCRXファイルをダウンロード
PolySearch拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Search web components from webcomponents.org right from the Chrome search box. Type 'poly' to start searching.
拡張機能の基本情報
名前 | PolySearch |
ID | gchibjlnlbpgcfjpbebnlecbbjndiidj |
公式URL | https://chromewebstore.google.com/detail/polysearch/gchibjlnlbpgcfjpbebnlecbbjndiidj |
説明 | Go to Omnibox, type 'poly' then name of the Polymer element you are looking for. |
ファイルサイズ | 19.17 KB |
インストール数 | 150 |
現在のバージョン | 2.0.1 |
最終更新日 | 2017-05-31 |
公開日 | 2017-05-30 |
評価 | 4.80/5 合計 5 レビュー |
開発者 | Eiji Kitamura |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" ] } } |