Magic pencil

Polish your writing to perfection with our powerful tool.

Co je Magic pencil?

Magic pencil je rozšíření Chrome vyvinuté https://www.gopencil.com, a jeho hlavní funkcí je „Polish your writing to perfection with our powerful tool.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Magic pencil

Stáhněte si soubory rozšíření Magic pencil ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Magic pencil Magic pencil
ID imhhcmpemgaocjbomjjfmnldpelmgobc
Oficiální URL https://chromewebstore.google.com/detail/magic-pencil/imhhcmpemgaocjbomjjfmnldpelmgobc
Popis Polish your writing to perfection with our powerful tool.
Velikost souboru 81.09 KB
Počet instalací 134
Aktuální Verze 1.0.4
Poslední Aktualizace 2023-03-24
Datum Vydání 2023-02-27
Vývojář https://www.gopencil.com
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí http://www.gopencil.com/privacy-policy
Podporované Jazyky 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"
    }
}