Ønskeskyen

App to add wishes to Ønskeskyen from any store page

什麼是Ønskeskyen?

Ønskeskyen是由Gowish開發的Chrome擴展程式,該擴展的主要功能是“App to add wishes to Ønskeskyen from any store page”。

擴展截圖

screenshot
screenshot
screenshot

下載Ønskeskyen擴展crx文件

下載Ønskeskyen擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Ønskeskyen Ønskeskyen
ID ogkealnfbbjhhpcfemkhnaneapipaggf
官方網址 https://chromewebstore.google.com/detail/%C3%B8nskeskyen/ogkealnfbbjhhpcfemkhnaneapipaggf
簡介 App to add wishes to Ønskeskyen from any store page
檔案大小 20.42 KB
安裝次數 1,545
目前版本 0.0.2
更新時間 2023-02-17
上架時間 2022-09-30
評分 3.33/5 共 3 次評分
開發者 Gowish
電子郵箱 [email protected]
付費類型 free
擴展官網 https://onskeskyen.dk
支援的語言 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"
    }
}