Magic pencil

Polish your writing to perfection with our powerful tool.

Apa itu Magic pencil?

Magic pencil adalah ekstensi Chrome yang dikembangkan oleh https://www.gopencil.com, dan fitur utamanya adalah "Polish your writing to perfection with our powerful tool.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Magic pencil

Unduh file ekstensi Magic pencil dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Magic pencil Magic pencil
ID imhhcmpemgaocjbomjjfmnldpelmgobc
URL Resmi https://chromewebstore.google.com/detail/magic-pencil/imhhcmpemgaocjbomjjfmnldpelmgobc
Deskripsi Polish your writing to perfection with our powerful tool.
Ukuran File 81.09 KB
Jumlah Instalasi 134
Versi Saat Ini 1.0.4
Terakhir Diperbarui 2023-03-24
Tanggal Publikasi 2023-02-27
Pengembang https://www.gopencil.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi http://www.gopencil.com/privacy-policy
Bahasa yang Didukung 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"
    }
}