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