스마트에디터

확장 프로그램으로 스마트에디터 편집을 더욱 간편하게!

What is 스마트에디터?

스마트에디터 is a Chrome extension developed by https://smarteditor.naver.com, and its main feature is "확장 프로그램으로 스마트에디터 편집을 더욱 간편하게!".

Extension Screenshots

screenshot
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

                        이제 스마트에디터에서도 마우스 오른쪽 클릭 메뉴를 사용할 수 있어요!
마우스 오른쪽 클릭으로 잘라내기, 복사, 붙여넣기, 전체 선택과 같은 기능을 더욱 편리하게 사용할 수 있습니다.
​
크롬 브라우저에서 마우스 오른쪽 클릭 메뉴를 사용하기 위해서는 확장 프로그램의 설치가 필요합니다.                    

Extension Basic Information

Name 스마트에디터 스마트에디터
ID kbceiakflogbmmkflklmmakoobcbihlk
Official URL https://chrome.google.com/webstore/detail/kbceiakflogbmmkflklmmakoobcbihlk
Description 확장 프로그램으로 스마트에디터 편집을 더욱 간편하게!
File Size 21.45 KB
Installation Count 360,882
Current Version 0.2.11
Last Updated 2020-07-06
Publish Date 2019-07-10
Rating 1.54/5 Total 59 Ratings
Developer https://smarteditor.naver.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://policy.naver.com/policy/privacy.html
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\uc2a4\ub9c8\ud2b8\uc5d0\ub514\ud130",
    "version": "0.2.11",
    "author": "NAVER Corp.",
    "description": "\ud655\uc7a5 \ud504\ub85c\uadf8\ub7a8\uc73c\ub85c \uc2a4\ub9c8\ud2b8\uc5d0\ub514\ud130 \ud3b8\uc9d1\uc744 \ub354\uc6b1 \uac04\ud3b8\ud558\uac8c!",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "*:\/\/*\/*",
        "clipboardRead"
    ],
    "manifest_version": 2
}