Magic pencil

Polish your writing to perfection with our powerful tool.

What is Magic pencil?

Magic pencil is a Chrome extension developed by https://www.gopencil.com, and its main feature is "Polish your writing to perfection with our powerful tool.".

Extension Screenshots

screenshot

Download Magic pencil Extension CRX File

Download Magic pencil 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

                        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.                    

Extension Basic Information

Name Magic pencil Magic pencil
ID imhhcmpemgaocjbomjjfmnldpelmgobc
Official URL https://chromewebstore.google.com/detail/magic-pencil/imhhcmpemgaocjbomjjfmnldpelmgobc
Description Polish your writing to perfection with our powerful tool.
File Size 81.09 KB
Installation Count 134
Current Version 1.0.4
Last Updated 2023-03-24
Publish Date 2023-02-27
Developer https://www.gopencil.com
Email [email protected]
Payment Type free
Privacy Policy Page URL http://www.gopencil.com/privacy-policy
Supported Languages 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"
    }
}