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 |
电子邮箱 | [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" ] } } |