Ønskeskyen

App to add wishes to Ønskeskyen from any store page

Vad är Ønskeskyen?

Ønskeskyen är en Chrome-tillägg utvecklad av Gowish, och dess huvudfunktion är "App to add wishes to Ønskeskyen from any store page".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Ønskeskyen-förlängningens CRX-fil

Ladda ner Ønskeskyen-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        The GoWish Chrome extension allows you to quickly add all your favorite products to a wishlist, no matter what store you are visiting or what products you dream to get. Simply find a product you like, press the wish extension button and add it to your wishlists so your friends and loved ones know what you are wishing for.                    

Grundläggande Information om Tillägg

Namn Ønskeskyen Ønskeskyen
ID ogkealnfbbjhhpcfemkhnaneapipaggf
Officiell webbadress https://chromewebstore.google.com/detail/%C3%B8nskeskyen/ogkealnfbbjhhpcfemkhnaneapipaggf
Beskrivning App to add wishes to Ønskeskyen from any store page
Filstorlek 20.42 KB
Antal Installationer 1,545
Aktuell Version 0.0.2
Senast Uppdaterad 2023-02-17
Publiceringsdatum 2022-09-30
Betyg 3.33/5 Totalt 3 Betyg
Utvecklare Gowish
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://onskeskyen.dk
Stödda Språk da
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "\u00d8nskeskyen",
    "version": "0.0.2",
    "description": "App to add wishes to \u00d8nskeskyen from any store page",
    "author": "\u00d8nskeskyen",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "contentScript.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_icon": {
            "16": "icons\/16x16.png",
            "32": "icons\/32x32.png",
            "48": "icons\/48x48.png",
            "128": "icons\/128x128.png"
        },
        "default_title": "\u00d8nskeskyen"
    },
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    }
}