QuickSearch

Search for selected text from Polyglot and more

What is QuickSearch?

QuickSearch is a Chrome extension developed by Kari Holmgeirsson, and its main feature is "Search for selected text from Polyglot and more".

Extension Screenshots

screenshot
screenshot

Download QuickSearch Extension CRX File

Download QuickSearch extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        New experience and more features. Enjoy!  

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

Extension Basic Information

Name QuickSearch QuickSearch
ID lbdmjkfkdgnlooohfckebfngbebjlbai
Official URL https://chromewebstore.google.com/detail/quicksearch/lbdmjkfkdgnlooohfckebfngbebjlbai
Description Search for selected text from Polyglot and more
File Size 21.01 KB
Installation Count 1,209
Current Version 4.2.0
Last Updated 2023-12-12
Publish Date 2022-10-13
Rating 4.88/5 Total 8 Ratings
Developer Kari Holmgeirsson
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}