search popsike.com
for any eBay vinyl record, check prices on popsike.com
search popsike.com란 무엇입니까?
search popsike.com은(는) https://www.popsike.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "for any eBay vinyl record, check prices on popsike.com"입니다.
확장 프로그램 스크린샷
search popsike.com 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Are you looking at a vinyl record on eBay and wondering about the value ? With a click on the icon you will see a list of similar search terms with prices, taken from the popsike.com website. This gives you a quick overview - for more details, click on the listed items and you will be taken to the popsike.com website (in a new window).
확장 프로그램 기본 정보
이름 | search popsike.com |
ID | ejknaijendfekkinlklljlbkopldonei |
공식 URL | https://chromewebstore.google.com/detail/search-popsikecom/ejknaijendfekkinlklljlbkopldonei |
설명 | for any eBay vinyl record, check prices on popsike.com |
파일 크기 | 48.15 KB |
설치 횟수 | 509 |
현재 버전 | 1.2 |
최근 업데이트 | 2017-09-13 |
출시 날짜 | 2017-09-12 |
평점 | 3.00/5 총 3 개의 평점 |
개발자 | https://www.popsike.com |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.popsike.com |
도움말 페이지 URL | http://www.popsike.com/php/contact.php |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "search popsike.com", "short_name": "popsike.com", "description": "for any eBay vinyl record, check prices on popsike.com ", "version": "1.2", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.popsike.com\/*" ], "js": [ "popup.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_icon": "icon24.png", "default_popup": "popup.html", "default_title": "search popsike.com!" }, "permissions": [ "declarativeContent", "activeTab" ] } |