Search Center

Adds many searching options from right-click menu

Cos'è Search Center?

Search Center è un'estensione di Chrome sviluppata da quinnrs98, e la sua funzione principale è "Adds many searching options from right-click menu".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Search Center

Scarica i file di estensione Search Center 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

                        This extension adds many easy search options to your right-click menu. Once you select text, you can right click it to search Amazon, YouTube, and more with those search terms.                    

Informazioni di Base sull'Estensione

Nome Search Center Search Center
ID bknpanfpaelmdpljjmjeajlhaojmjdjl
URL Ufficiale https://chromewebstore.google.com/detail/search-center/bknpanfpaelmdpljjmjeajlhaojmjdjl
Descrizione Adds many searching options from right-click menu
Dimensione del File 12.44 KB
Conteggio Installazioni 50
Versione Corrente 1.0
Ultimo Aggiornamento 2020-03-23
Data di Pubblicazione 2020-03-23
Sviluppatore quinnrs98
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search Center",
    "version": "1.0",
    "description": "Adds many searching options from right-click menu",
    "icons": {
        "128": "icon128.png",
        "64": "icon64.png",
        "16": "icon16.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus"
    ]
}