Prisjakt Chrome

Opens the selected text in Prisjakt.nu

Cos'è Prisjakt Chrome?

Prisjakt Chrome è un'estensione di Chrome sviluppata da urre, e la sua funzione principale è "Opens the selected text in Prisjakt.nu".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Prisjakt Chrome

Scarica i file di estensione Prisjakt Chrome 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

                        Chrome Extension for searching selected text in Swedish price comparison service Prisjakt.nu.

1. Select text on a webpage
2. Right click
3. Choose "Sök [selection] på Prisjakt"                    

Informazioni di Base sull'Estensione

Nome Prisjakt Chrome Prisjakt Chrome
ID iaehbbiehjnognhkocblclmoekefopoi
URL Ufficiale https://chromewebstore.google.com/detail/prisjakt-chrome/iaehbbiehjnognhkocblclmoekefopoi
Descrizione Opens the selected text in Prisjakt.nu
Dimensione del File 43.18 KB
Conteggio Installazioni 275
Versione Corrente 1.1.1
Ultimo Aggiornamento 2019-03-18
Data di Pubblicazione 2019-03-18
Valutazione 3.60/5 Totale 5 Valutazioni
Sviluppatore urre
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/urre/prisjakt-chrome
URL della Pagina di Aiuto https://github.com/urre/prisjakt-chrome
Lingue Supportate sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Prisjakt Chrome",
    "version": "1.1.1",
    "description": "Opens the selected text in Prisjakt.nu",
    "author": "Urban Sanden",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/browsericon.png",
            "38": "images\/browsericon.png"
        },
        "default_title": "Prisjakt"
    },
    "icons": {
        "16": "images\/favicon.png",
        "128": "images\/favicon.png"
    }
}