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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
    }
}