QuickSearch

Search for selected text from Polyglot and more

什么是QuickSearch?

QuickSearch是由Kari Holmgeirsson开发的Chrome扩展程序,该扩展的主要功能是“Search for selected text from Polyglot and more”。

扩展截图

screenshot
screenshot

下载QuickSearch扩展crx文件

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

扩展使用说明

                        New experience and more features. Enjoy!  

Default searches:
• Exact
• Phrase
• MsgID
• Glossary
• Replace
• Queries
• TMM 
• GTRL
• And more...                    

扩展基本信息

名称 QuickSearch QuickSearch
ID lbdmjkfkdgnlooohfckebfngbebjlbai
官方URL https://chromewebstore.google.com/detail/quicksearch/lbdmjkfkdgnlooohfckebfngbebjlbai
简介 Search for selected text from Polyglot and more
文件大小 21.01 KB
安装次数 1,209
当前版本 4.2.0
更新时间 2023-12-12
上架时间 2022-10-13
评分 4.88/5 共8次评分
开发者 Kari Holmgeirsson
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QuickSearch",
    "description": "Search for selected text from Polyglot and more",
    "version": "4.2.0",
    "icons": {
        "16": "img\/icons\/search-zoom\/16x16.png",
        "48": "img\/icons\/search-zoom\/48x48.png",
        "128": "img\/icons\/search-zoom\/128x128.png"
    },
    "permissions": [
        "contextMenus",
        "downloads",
        "storage"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "js\/common.js",
            "js\/event-page.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "options_ui": {
        "chrome_style": true,
        "page": "html\/options.html"
    }
}