Magic pencil

Polish your writing to perfection with our powerful tool.

Τι είναι το Magic pencil;

Το Magic pencil είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.gopencil.com, και η κύρια λειτουργία του είναι "Polish your writing to perfection with our powerful tool.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Magic pencil

Λήψη αρχείων επέκτασης Magic pencil σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Magic pencil Magic pencil
ID imhhcmpemgaocjbomjjfmnldpelmgobc
Επίσημο URL https://chromewebstore.google.com/detail/magic-pencil/imhhcmpemgaocjbomjjfmnldpelmgobc
Περιγραφή Polish your writing to perfection with our powerful tool.
Μέγεθος Αρχείου 81.09 KB
Αριθμός Εγκαταστάσεων 134
Τρέχουσα Έκδοση 1.0.4
Τελευταία Ενημέρωση 2023-03-24
Ημερομηνία Δημοσίευσης 2023-02-27
Προγραμματιστής https://www.gopencil.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου http://www.gopencil.com/privacy-policy
Υποστηριζόμενες Γλώσσες 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"
    }
}