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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } } |