Ønskeskyen

App to add wishes to Ønskeskyen from any store page

Ønskeskyenคืออะไร?

Ønskeskyen เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gowish และคุณลักษณะหลักของมันคือ "App to add wishes to Ønskeskyen from any store page"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ønskeskyen

ดาวน์โหลดไฟล์ส่วนขยาย Ø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"
    }
}