나무쿤
나무위키 문서의 내용을 읽기 좋게 편집합니다.
Cos'è 나무쿤?
나무쿤 è un'estensione di Chrome sviluppata da 906bc906, e la sua funzione principale è "나무위키 문서의 내용을 읽기 좋게 편집합니다.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 나무쿤
Scarica i file di estensione 나무쿤 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
나무쿤은 나무위키 페이지의 내용을 편집하여 가독성을 증진합니다. - 취소선 제거 - (...), (?), (!) 제거 - 사이드바(최근 변경, 나무뉴스) 제거 - 내부 링크의 표시된 텍스트와 제목이 다른 경우 제목 추가
Informazioni di Base sull'Estensione
Nome | |
ID | dbppakiikdljfpmeedakbkolnaepbcel |
URL Ufficiale | https://chromewebstore.google.com/detail/%EB%82%98%EB%AC%B4%EC%BF%A4/dbppakiikdljfpmeedakbkolnaepbcel |
Descrizione | 나무위키 문서의 내용을 읽기 좋게 편집합니다. |
Dimensione del File | 17.2 KB |
Conteggio Installazioni | 40 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2021-02-02 |
Data di Pubblicazione | 2021-02-01 |
Sviluppatore | 906bc906 |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://github.com/906bc906/namukun |
Lingue Supportate | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\ub098\ubb34\ucfe4", "description": "\ub098\ubb34\uc704\ud0a4 \ubb38\uc11c\uc758 \ub0b4\uc6a9\uc744 \uc77d\uae30 \uc88b\uac8c \ud3b8\uc9d1\ud569\ub2c8\ub2e4.", "version": "0.0.2", "author": "906bc", "icons": { "16": "icon16.png", "24": "icon24.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/namu.wiki\/*" ], "js": [ "test.js" ], "run_at": "document_end", "all_frames": true } ], "permissions": [ "storage" ] } |