Ø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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}