Magic pencil

Polish your writing to perfection with our powerful tool.

Magic pencil란 무엇입니까?

Magic pencil은(는) https://www.gopencil.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Polish your writing to perfection with our powerful tool."입니다.

확장 프로그램 스크린샷

screenshot

Magic pencil 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Our extension, 'Magic Pencil', helps elevate writing to a new level of sophistication and elegance. With a suite of intuitive tools and features, writers can effortlessly improve their writing style, add embellishments, and enhance the overall appearance of their content. Whether it's for personal or professional use, Magic Pencil is the perfect companion for anyone looking to make their writing stand out.                    

확장 프로그램 기본 정보

이름 Magic pencil Magic pencil
ID imhhcmpemgaocjbomjjfmnldpelmgobc
공식 URL https://chromewebstore.google.com/detail/magic-pencil/imhhcmpemgaocjbomjjfmnldpelmgobc
설명 Polish your writing to perfection with our powerful tool.
파일 크기 81.09 KB
설치 횟수 134
현재 버전 1.0.4
최근 업데이트 2023-03-24
출시 날짜 2023-02-27
개발자 https://www.gopencil.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://www.gopencil.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Magic pencil",
    "version": "1.0.4",
    "description": "Polish your writing to perfection with our powerful tool.",
    "manifest_version": 3,
    "author": "Yash Jain",
    "permissions": [
        "storage",
        "declarativeContent",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/developer.chrome.com\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "pencil-logo.png"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "autoplay.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "index.html",
        "default_title": "MUO Auto Search",
        "default_icon": "pencil-logo.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}