Galleon Search

Search the highlighted text in Galleon.PH

What is Galleon Search?

Galleon Search is a Chrome extension developed by https://galleon.ph, and its main feature is "Search the highlighted text in Galleon.PH".

Extension Screenshots

screenshot
screenshot
screenshot

Download Galleon Search Extension CRX File

Download Galleon Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Galleon Search Galleon Search
ID hhkdlfmmncbmigofoohnpamfkeaohllc
Official URL https://chromewebstore.google.com/detail/galleon-search/hhkdlfmmncbmigofoohnpamfkeaohllc
Description Search the highlighted text in Galleon.PH
File Size 8.35 KB
Installation Count 201
Current Version 1.0
Last Updated 2014-09-24
Publish Date 2014-09-24
Rating 5.00/5 Total 4 Ratings
Developer https://galleon.ph
Payment Type free
Supported Languages 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"
    }
}