Amazon.co.uk - Search highlighted text

Search for an highlighted text on Amazon from any website by using the right click context menu.

Cos'è Amazon.co.uk - Search highlighted text?

Amazon.co.uk - Search highlighted text è un'estensione di Chrome sviluppata da mys3lf, e la sua funzione principale è "Search for an highlighted text on Amazon from any website by using the right click context menu.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Amazon.co.uk - Search highlighted text

Scarica i file di estensione Amazon.co.uk - Search highlighted text 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 addon allows the direct search for an highlighted text on Amazon from any website.                    

Informazioni di Base sull'Estensione

Nome Amazon.co.uk - Search highlighted text Amazon.co.uk - Search highlighted text
ID jihiglpebmiffbgjgnggndoeldcdgmld
URL Ufficiale https://chromewebstore.google.com/detail/amazoncouk-search-highlig/jihiglpebmiffbgjgnggndoeldcdgmld
Descrizione Search for an highlighted text on Amazon from any website by using the right click context menu.
Dimensione del File 20.91 KB
Conteggio Installazioni 21
Versione Corrente 1.0
Ultimo Aggiornamento 2013-07-01
Data di Pubblicazione 2013-07-01
Valutazione 1.00/5 Totale 2 Valutazioni
Sviluppatore mys3lf
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazon.co.uk - Search highlighted text",
    "version": "1.0",
    "description": "Search for an highlighted text on Amazon from any website by using the right click context menu.",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "minimum_chrome_version": "14",
    "icons": {
        "32": "icon32.png",
        "64": "icon64.png",
        "160": "icon160.png"
    },
    "manifest_version": 2
}