Magic pencil

Polish your writing to perfection with our powerful tool.

Wat is Magic pencil?

Magic pencil is een Chrome-extensie ontwikkeld door https://www.gopencil.com, en de belangrijkste functie is "Polish your writing to perfection with our powerful tool.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Magic pencil

Download Magic pencil-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Magic pencil Magic pencil
ID imhhcmpemgaocjbomjjfmnldpelmgobc
Officiële URL https://chromewebstore.google.com/detail/magic-pencil/imhhcmpemgaocjbomjjfmnldpelmgobc
Beschrijving Polish your writing to perfection with our powerful tool.
Bestandsgrootte 81.09 KB
Aantal Installaties 134
Huidige Versie 1.0.4
Laatst Bijgewerkt 2023-03-24
Publicatiedatum 2023-02-27
Ontwikkelaar https://www.gopencil.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina http://www.gopencil.com/privacy-policy
Ondersteunde Talen 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"
    }
}