Chrome WJSN

우주소녀와 함께하는 크롬 확장 프로그램

Cos'è Chrome WJSN?

Chrome WJSN è un'estensione di Chrome sviluppata da lifebook0809, e la sua funzione principale è "우주소녀와 함께하는 크롬 확장 프로그램".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Chrome WJSN

Scarica i file di estensione Chrome WJSN in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        New Tab에서 우주소녀와 함께 크롬을 즐기세요!
심심했던 크롬의 New Tab에서 우주소녀와 함께 시간 및 To-do List를 이용해 보아요                    

Informazioni di Base sull'Estensione

Nome Chrome WJSN Chrome WJSN
ID dckekmhceohhndldhinmhegfmcanjdbh
URL Ufficiale https://chromewebstore.google.com/detail/chrome-wjsn/dckekmhceohhndldhinmhegfmcanjdbh
Descrizione 우주소녀와 함께하는 크롬 확장 프로그램
Dimensione del File 9.4 MB
Conteggio Installazioni 74
Versione Corrente 1.1.0
Ultimo Aggiornamento 2022-07-07
Data di Pubblicazione 2022-06-25
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore lifebook0809
Email [email protected]
Tipo di Pagamento free
Lingue Supportate ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "React App",
    "name": "Chrome WJSN",
    "description": "\uc6b0\uc8fc\uc18c\ub140\uc640 \ud568\uaed8\ud558\ub294 \ud06c\ub86c \ud655\uc7a5 \ud504\ub85c\uadf8\ub7a8",
    "manifest_version": 3,
    "version": "1.1.0",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "index.html",
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}