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

扩展截图

screenshot
screenshot

下载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 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"
    ]
}