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 |
| 官方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"
}
} | |