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.”。

擴展截圖

screenshot

下載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 PolySearch
ID gchibjlnlbpgcfjpbebnlecbbjndiidj
官方網址 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"
        ]
    }
}