クローバーサーチボタン

Amazonのページから他のショップの価格を比較調査できる拡張機能です。

什麼是クローバーサーチボタン?

クローバーサーチボタン是由grassland開發的Chrome擴展程式,該擴展的主要功能是“Amazonのページから他のショップの価格を比較調査できる拡張機能です。”。

擴展截圖

screenshot
screenshot

下載クローバーサーチボタン擴展crx文件

下載クローバーサーチボタン擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Amazonの商品ページから、楽天市場やヤフーショッピング、DMMなどの他のネットショップの価格を簡単に比較できる拡張機能です。

海外Amazonにも対応しました。
アメリカのアマゾンやイギリスのアマゾンでも、ボタンを押すだけで日本国内の販売ショップを探せます。                    

擴展基本資訊

名稱 クローバーサーチボタン クローバーサーチボタン
ID gldcfnkbnaopbimgcfhgepjfcnjchffp
官方網址 https://chromewebstore.google.com/detail/%E3%82%AF%E3%83%AD%E3%83%BC%E3%83%90%E3%83%BC%E3%82%B5%E3%83%BC%E3%83%81%E3%83%9C%E3%82%BF%E3%83%B3/gldcfnkbnaopbimgcfhgepjfcnjchffp
簡介 Amazonのページから他のショップの価格を比較調査できる拡張機能です。
檔案大小 49.59 KB
安裝次數 2,294
目前版本 1.0.0
更新時間 2016-05-19
上架時間 2016-05-19
開發者 grassland
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL http://shirotsumegusa.seesaa.net/article/438016649.html
支援的語言 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u30af\u30ed\u30fc\u30d0\u30fc\u30b5\u30fc\u30c1\u30dc\u30bf\u30f3",
    "version": "1.0.0",
    "description": "Amazon\u306e\u30da\u30fc\u30b8\u304b\u3089\u4ed6\u306e\u30b7\u30e7\u30c3\u30d7\u306e\u4fa1\u683c\u3092\u6bd4\u8f03\u8abf\u67fb\u3067\u304d\u308b\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002",
    "content_security_policy": "script-src 'self'; http:\/\/cloversearch.net ; https:\/\/cloversearch.net ; object-src 'self'",
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/cloversearch.net\/*",
        "https:\/\/cloversearch.net\/*"
    ],
    "manifest_version": 2
}