말머리

말머리 저장 및 자동 적용

What is 말머리?

말머리 is a Chrome extension developed by nuclearwinte, and its main feature is "말머리 저장 및 자동 적용".

Extension Screenshots

screenshot

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

                        네이버 카페 게시판이랑 말머리 자동으로 선택해주는 확장 프로그램입니다.

v0.3 업데이트

 - 게시판 이름 이모지 추가에 따른 게시판/말머리 배열 쌍 리스트 수정
 - 이세돌|팬아트, 이세돌|핫클립 게시판 추가
 - 이제 게시판 이름을 좀 더 잘 찾습니다.
 - 이제 말머리 이름을 좀 더 잘 찾습니다.


v0.2 업데이트

 - 온/오프 스위치 기능 추가
 - 주로 사용하는 게시판/말머리 선택 리스트 추가
 - 게시판에서 글쓰기를 선택할 시 자동 적용 해제

피드백은 언제나 환영입니다. 고맙습니다.                    

Extension Basic Information

Name 말머리 말머리
ID eimgogmebicebjdennikknjanfppljkn
Official URL https://chromewebstore.google.com/detail/%EB%A7%90%EB%A8%B8%EB%A6%AC/eimgogmebicebjdennikknjanfppljkn
Description 말머리 저장 및 자동 적용
File Size 77.81 KB
Installation Count 150
Current Version 0.3
Last Updated 2022-01-31
Publish Date 2022-01-22
Rating 5.00/5 Total 3 Ratings
Developer nuclearwinte
Email [email protected]
Payment Type free
Extension Website https://cafe.naver.com/steamindiegame
Help Page URL https://cafe.naver.com/steamindiegame
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\ub9d0\uba38\ub9ac",
    "description": "\ub9d0\uba38\ub9ac \uc800\uc7a5 \ubc0f \uc790\ub3d9 \uc801\uc6a9",
    "version": "0.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/cafe.naver.com\/ca-fe\/cafes\/27842958\/articles\/write*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/ddong_16.png",
            "32": "\/images\/ddong_32.png",
            "48": "\/images\/ddong_48.png",
            "128": "\/images\/ddong_128.png"
        }
    },
    "icons": {
        "16": "\/images\/ddong_16.png",
        "32": "\/images\/ddong_32.png",
        "48": "\/images\/ddong_48.png",
        "128": "\/images\/ddong_128.png"
    }
}