네이버 블로그 글자수세기 - N블로그 매니저

네이버 블로그 글 작성시 글자, 사진, 동영상, 장소 수를 바로 확인하세요. 블로그의 글자수를 실시간으로 확인하세요.

What is 네이버 블로그 글자수세기 - N블로그 매니저?

네이버 블로그 글자수세기 - N블로그 매니저 is a Chrome extension developed by https://ezbuilder.app, and its main feature is "네이버 블로그 글 작성시 글자, 사진, 동영상, 장소 수를 바로 확인하세요. 블로그의 글자수를 실시간으로 확인하세요.".

Extension Screenshots

screenshot

Download 네이버 블로그 글자수세기 - N블로그 매니저 Extension CRX File

Download 네이버 블로그 글자수세기 - N블로그 매니저 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 네이버 블로그 글자수세기 - N블로그 매니저 네이버 블로그 글자수세기 - N블로그 매니저
ID faldnoiigniimnhfjoaddcfoaoenkkgo
Official URL https://chromewebstore.google.com/detail/%EB%84%A4%EC%9D%B4%EB%B2%84-%EB%B8%94%EB%A1%9C%EA%B7%B8-%EA%B8%80%EC%9E%90%EC%88%98%EC%84%B8%EA%B8%B0-n%EB%B8%94%EB%A1%9C%EA%B7%B8-%EB%A7%A4%EB%8B%88%EC%A0%80/faldnoiigniimnhfjoaddcfoaoenkkgo
Description 네이버 블로그 글 작성시 글자, 사진, 동영상, 장소 수를 바로 확인하세요. 블로그의 글자수를 실시간으로 확인하세요.
File Size 125 KB
Installation Count 1,864
Current Version 1.0.2
Last Updated 2023-06-16
Publish Date 2023-06-15
Developer https://ezbuilder.app
Email [email protected]
Payment Type free
Extension Website https://ezbuilder.app
Help Page URL https://open.kakao.com/o/gHmklipf
Privacy Policy Page URL https://fids.ezbuilder.app/v2/privacy
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\ub124\uc774\ubc84 \ube14\ub85c\uadf8 \uae00\uc790\uc218\uc138\uae30 - N\ube14\ub85c\uadf8 \ub9e4\ub2c8\uc800",
    "short_name": "\ube14\ub85c\uadf8 \uae00\uc790\uc218\uc138\uae30",
    "description": "\ub124\uc774\ubc84 \ube14\ub85c\uadf8 \uae00 \uc791\uc131\uc2dc \uae00\uc790, \uc0ac\uc9c4, \ub3d9\uc601\uc0c1, \uc7a5\uc18c \uc218\ub97c \ubc14\ub85c \ud655\uc778\ud558\uc138\uc694. \ube14\ub85c\uadf8\uc758 \uae00\uc790\uc218\ub97c \uc2e4\uc2dc\uac04\uc73c\ub85c \ud655\uc778\ud558\uc138\uc694.",
    "version": "1.0.2",
    "author": "ezBuilder",
    "manifest_version": 3,
    "homepage_url": "https:\/\/ezbuilder.app",
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "action": {
        "default_icon": {
            "19": "\/images\/favicon-16x16.png",
            "38": "\/images\/favicon-48x48.png"
        },
        "default_title": "__MSG_name__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/blog.editor.naver.com\/editor",
                "https:\/\/blog.naver.com\/[a-zA-Z0-9_+-]+?Redirect=Write",
                "https:\/\/blog.naver.com\/[a-zA-Z0-9_+-]+\/postwrite",
                "https:\/\/blog.naver.com\/PostWriteForm.naver"
            ],
            "css": [
                "styles\/contents.css"
            ],
            "js": [
                "scripts\/contents.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        "https:\/\/*.naver.com\/*",
        "http:\/\/www.w3.org\/2000\/svg"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/logo.png"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "minimum_chrome_version": "103",
    "offline_enabled": true,
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "\/images\/favicon-16x16.png",
        "32": "\/images\/favicon-32x32.png",
        "48": "\/images\/favicon-48x48.png",
        "128": "\/images\/favicon-128x128.png"
    }
}