Galleon Search
Search the highlighted text in Galleon.PH
什麼是Galleon Search?
Galleon Search是由https://galleon.ph開發的Chrome擴展程式,該擴展的主要功能是“Search the highlighted text in Galleon.PH”。
擴展截圖
下載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.                     擴展基本資訊
| 名稱 |   |  
| ID | hhkdlfmmncbmigofoohnpamfkeaohllc | 
| 官方網址 | 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"
    }
}  |  |