Søg på Pricerunner

Søg efter markeret tekst på Pricerunner.dk

What is Søg på Pricerunner?

Søg på Pricerunner is a Chrome extension developed by TheJohanning, and its main feature is "Søg efter markeret tekst på Pricerunner.dk".

Extension Screenshots

screenshot

Download Søg på Pricerunner Extension CRX File

Download Søg på Pricerunner 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

                        Søg nemt efter noget på Pricerunner.dk

1. Markér teksten 
2. Højreklik 
3. Tryk Søg på Pricerunner.dk                    

Extension Basic Information

Name Søg på Pricerunner Søg på Pricerunner
ID jkcnfnpfafcgbakpkdbebicolonndffi
Official URL https://chromewebstore.google.com/detail/s%C3%B8g-p%C3%A5-pricerunner/jkcnfnpfafcgbakpkdbebicolonndffi
Description Søg efter markeret tekst på Pricerunner.dk
File Size 17.59 KB
Installation Count 19
Current Version 1.0
Last Updated 2023-06-17
Publish Date 2023-06-17
Rating 5.00/5 Total 3 Ratings
Developer TheJohanning
Email [email protected]
Payment Type free
Supported Languages da
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "S\u00f8g p\u00e5 Pricerunner",
    "version": "1.0",
    "description": "S\u00f8g efter markeret tekst p\u00e5 Pricerunner.dk",
    "permissions": [
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}