나무쿤
나무위키 문서의 내용을 읽기 좋게 편집합니다.
What is 나무쿤?
나무쿤 is a Chrome extension developed by 906bc906, and its main feature is "나무위키 문서의 내용을 읽기 좋게 편집합니다.".
Extension Screenshots
Download 나무쿤 Extension CRX File
Download 나무쿤 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
나무쿤은 나무위키 페이지의 내용을 편집하여 가독성을 증진합니다. - 취소선 제거 - (...), (?), (!) 제거 - 사이드바(최근 변경, 나무뉴스) 제거 - 내부 링크의 표시된 텍스트와 제목이 다른 경우 제목 추가
Extension Basic Information
Name | |
ID | dbppakiikdljfpmeedakbkolnaepbcel |
Official URL | https://chromewebstore.google.com/detail/%EB%82%98%EB%AC%B4%EC%BF%A4/dbppakiikdljfpmeedakbkolnaepbcel |
Description | 나무위키 문서의 내용을 읽기 좋게 편집합니다. |
File Size | 17.2 KB |
Installation Count | 40 |
Current Version | 0.0.2 |
Last Updated | 2021-02-02 |
Publish Date | 2021-02-01 |
Developer | 906bc906 |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/906bc906/namukun |
Supported Languages | 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" ] } |