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文件

下載Magic pencil擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}