Ø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
官方URL 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"
    }
}