Simple Context Search

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

Cos'è Simple Context Search?

Simple Context Search è un'estensione di Chrome sviluppata da Magic Dev, e la sua funzione principale è "Right click on the selected text and select the search website from the context menu.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Simple Context Search

Scarica i file di estensione Simple Context Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        💎 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. 😉                    

Informazioni di Base sull'Estensione

Nome Simple Context Search Simple Context Search
ID jojcgnmagkjleomenibopkhfpkkbpjcg
URL Ufficiale https://chromewebstore.google.com/detail/simple-context-search/jojcgnmagkjleomenibopkhfpkkbpjcg
Descrizione Right click on the selected text and select the search website from the context menu.
Dimensione del File 10.85 KB
Conteggio Installazioni 18
Versione Corrente 0.0.1
Ultimo Aggiornamento 2021-08-31
Data di Pubblicazione 2021-08-31
Sviluppatore Magic Dev
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}