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