Magic pencil

Polish your writing to perfection with our powerful tool.

Magic pencilとは何ですか?

Magic pencilはhttps://www.gopencil.comによって開発されたChromeの拡張機能で、その主な機能は「Polish your writing to perfection with our powerful tool.」です。

拡張機能のスクリーンショット

screenshot

Magic pencil拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}