Select Search Translate

To Select and search over Web.

什么是Select Search Translate?

Select Search Translate是由Sonu Saha开发的Chrome扩展程序,该扩展的主要功能是“To Select and search over Web.”。

扩展截图

screenshot

下载Select Search Translate扩展crx文件

下载Select Search Translate扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension will make your search faster and elegant.It can allow you to search the text over Google, yahoo, bing and G translate search engine. Just configure it by clicking on the search icon appears on the top of browsers after you added in your chrome. This can also be configured to translate into any selected language. After configuration close and reopen your browser and start browse any webpage and select word or paragraph then perform search by click on the options appeared near by your selected words.

This is free app. Provide your valuable comments and suggestion so that we can improve our shortcomings in future version.                    

扩展基本信息

名称 Select Search Translate Select Search Translate
ID ogjgnmghgkeppkafmancjfnbcfofahhi
官方URL https://chrome.google.com/webstore/detail/select-search-translate/ogjgnmghgkeppkafmancjfnbcfofahhi
简介 To Select and search over Web.
文件大小 21.73 KB
安装次数 17
当前版本 1.0.3
更新时间 2016-09-21
上架时间 2016-09-21
评分 4.00/5 共5次评分
开发者 Sonu Saha
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Select Search Translate",
    "description": "To Select and search over Web.",
    "version": "1.0.3",
    "icons": {
        "16": "\/images\/search_16x16.png",
        "48": "\/images\/file_search64x64.png",
        "128": "\/images\/file_search64x64.png"
    },
    "browser_action": {
        "default_icon": "file_search.png",
        "default_popup": "default_popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [],
            "js": [
                "\/scripts\/ContentScripts.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/*.png"
    ]
}