Magic pencil

Polish your writing to perfection with our powerful tool.

Vad är Magic pencil?

Magic pencil är en Chrome-tillägg utvecklad av https://www.gopencil.com, och dess huvudfunktion är "Polish your writing to perfection with our powerful tool.".

Tilläggsskärmbilder

screenshot

Ladda ner Magic pencil-förlängningens CRX-fil

Ladda ner Magic pencil-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Magic pencil Magic pencil
ID imhhcmpemgaocjbomjjfmnldpelmgobc
Officiell webbadress https://chromewebstore.google.com/detail/magic-pencil/imhhcmpemgaocjbomjjfmnldpelmgobc
Beskrivning Polish your writing to perfection with our powerful tool.
Filstorlek 81.09 KB
Antal Installationer 134
Aktuell Version 1.0.4
Senast Uppdaterad 2023-03-24
Publiceringsdatum 2023-02-27
Utvecklare https://www.gopencil.com
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan http://www.gopencil.com/privacy-policy
Stödda Språk 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"
    }
}