Galleon Search

Search the highlighted text in Galleon.PH

Galleon Searchとは何ですか?

Galleon Searchはhttps://galleon.phによって開発されたChromeの拡張機能で、その主な機能は「Search the highlighted text in Galleon.PH」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Galleon Search拡張機能のCRXファイルをダウンロード

Galleon Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Find products not available in the Philippines here at Galleon.ph

Do a quick search of products from any website to Galleon.ph by just highlighting the desired keyword and right-clicking to open a Galleon.ph search.

No more copy-pasting needed!





Created by Rein.                    

拡張機能の基本情報

名前 Galleon Search Galleon Search
ID hhkdlfmmncbmigofoohnpamfkeaohllc
公式URL https://chromewebstore.google.com/detail/galleon-search/hhkdlfmmncbmigofoohnpamfkeaohllc
説明 Search the highlighted text in Galleon.PH
ファイルサイズ 8.35 KB
インストール数 201
現在のバージョン 1.0
最終更新日 2014-09-24
公開日 2014-09-24
評価 5.00/5 合計 4 レビュー
開発者 https://galleon.ph
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0",
    "name": "Galleon Search",
    "description": "Search the highlighted text in Galleon.PH",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "browser_action": {
        "default_title": "Galleon Search",
        "default_icon": "icon.png"
    }
}