Simple Context Search

Right click on the selected text and select the search website from the context menu.

Co je Simple Context Search?

Simple Context Search je rozšíření Chrome vyvinuté Magic Dev, a jeho hlavní funkcí je „Right click on the selected text and select the search website from the context menu.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Simple Context Search

Stáhněte si soubory rozšíření Simple Context 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í

                        💎 Simple Context Search - This is a good assistant in the search on various services such as:
◾ YouTube
◾ Spotify
◾ Reddit
◾ Amazon
◾ SoundCloud
◾ Steam Market
◾ Aliexpress
---------------------------------------------------------------
Right click on any selected text and search in your favorite search engines and websites directly from the context menu. Just check it out. 😉                    

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

Název Simple Context Search Simple Context Search
ID jojcgnmagkjleomenibopkhfpkkbpjcg
Oficiální URL https://chromewebstore.google.com/detail/simple-context-search/jojcgnmagkjleomenibopkhfpkkbpjcg
Popis Right click on the selected text and select the search website from the context menu.
Velikost souboru 10.85 KB
Počet instalací 18
Aktuální Verze 0.0.1
Poslední Aktualizace 2021-08-31
Datum Vydání 2021-08-31
Vývojář Magic Dev
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Context Search",
    "description": "Right click on the selected text and select the search website from the context menu.",
    "version": "0.0.1",
    "manifest_version": 2,
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}