Magic pencil

Polish your writing to perfection with our powerful tool.

Qu'est-ce que Magic pencil ?

Magic pencil est une extension Chrome développée par https://www.gopencil.com, et sa fonction principale est "Polish your writing to perfection with our powerful tool.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Magic pencil

Téléchargez les fichiers d'extension Magic pencil au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Magic pencil Magic pencil
ID imhhcmpemgaocjbomjjfmnldpelmgobc
URL Officiel https://chromewebstore.google.com/detail/magic-pencil/imhhcmpemgaocjbomjjfmnldpelmgobc
Description Polish your writing to perfection with our powerful tool.
Taille du Fichier 81.09 KB
Nombre d'Installations 134
Version Actuelle 1.0.4
Dernière Mise à Jour 2023-03-24
Date de Publication 2023-02-27
Développeur https://www.gopencil.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://www.gopencil.com/privacy-policy
Langues Prises en Charge 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"
    }
}