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"
    }
}