Rummage - Multi Engines Search

A convenient, customizable multi engines search extension

Co je Rummage - Multi Engines Search?

Rummage - Multi Engines Search je rozšíření Chrome vyvinuté https://linjingyi.cn, a jeho hlavní funkcí je „A convenient, customizable multi engines search extension“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Rummage - Multi Engines Search

Stáhněte si soubory rozšíření Rummage - Multi Engines Search ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        A convenient, customizable multi engines search extension. Focus on search and Enhance efficiency!

 ⭐️  Features  ⭐️ 

✨ - Customize all engines and use %s instead of search keywords
🧛‍♀️ - Open a engine in new tab or in incognito mode
👉 - Select text with right-click menu to search
📰 - Echo the last search text
🏎 - Dynamically modify the default search engine
🌈 - Export and import configuration                    

Základní Informace o Rozšíření

Název Rummage - Multi Engines Search Rummage - Multi Engines Search
ID elnepnnffpmfjpgfpandebkbijpapbnm
Oficiální URL https://chromewebstore.google.com/detail/rummage-multi-engines-sea/elnepnnffpmfjpgfpandebkbijpapbnm
Popis A convenient, customizable multi engines search extension
Velikost souboru 982 KB
Počet instalací 140
Aktuální Verze 1.0.0
Poslední Aktualizace 2021-03-03
Datum Vydání 2021-03-03
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://linjingyi.cn
E-mail [email protected]
Typ Platby free
Podporované Jazyky en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_title__",
    "description": "__MSG_ext_description__",
    "version": "1.0.0",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon-16x16.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "options_page": "www\/index.html#\/options",
    "browser_action": {
        "default_title": "__MSG_ext_title__",
        "default_popup": "www\/index.html#\/popup"
    },
    "background": {
        "scripts": [
            "www\/js\/bex-background.js",
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "www\/js\/bex-content-script.js",
                "js\/content-script.js"
            ],
            "css": [
                "css\/content-css.css"
            ]
        }
    ],
    "permissions": [
        "",
        "storage",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "www\/*",
        "js\/*",
        "css\/*",
        ""
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "default_locale": "en"
}