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文件
下載search popsike.com擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" ] } |