Ønskeskyen

App to add wishes to Ønskeskyen from any store page

Ønskeskyen là gì?

Ønskeskyen là một tiện ích mở rộng Chrome được phát triển bởi Gowish, và tính năng chính của nó là "App to add wishes to Ønskeskyen from any store page".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ønskeskyen

Tải xuống các tệp mở rộng Ønskeskyen dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ønskeskyen Ønskeskyen
ID ogkealnfbbjhhpcfemkhnaneapipaggf
URL Chính Thức https://chromewebstore.google.com/detail/%C3%B8nskeskyen/ogkealnfbbjhhpcfemkhnaneapipaggf
Mô tả App to add wishes to Ønskeskyen from any store page
Kích Thước Tệp 20.42 KB
Số Lần Cài Đặt 1,545
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2023-02-17
Ngày Phát Hành 2022-09-30
Đánh Giá 3.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Gowish
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://onskeskyen.dk
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}