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