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