Prisjakt Chrome

Opens the selected text in Prisjakt.nu

What is Prisjakt Chrome?

Prisjakt Chrome is a Chrome extension developed by urre, and its main feature is "Opens the selected text in Prisjakt.nu".

Extension Screenshots

screenshot
screenshot

Download Prisjakt Chrome Extension CRX File

Download Prisjakt Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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"                    

Extension Basic Information

Name Prisjakt Chrome Prisjakt Chrome
ID iaehbbiehjnognhkocblclmoekefopoi
Official URL https://chromewebstore.google.com/detail/prisjakt-chrome/iaehbbiehjnognhkocblclmoekefopoi
Description Opens the selected text in Prisjakt.nu
File Size 43.18 KB
Installation Count 275
Current Version 1.1.1
Last Updated 2019-03-18
Publish Date 2019-03-18
Rating 3.60/5 Total 5 Ratings
Developer urre
Email [email protected]
Payment Type free
Extension Website https://github.com/urre/prisjakt-chrome
Help Page URL https://github.com/urre/prisjakt-chrome
Supported Languages 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"
    }
}