Magic pencil

Polish your writing to perfection with our powerful tool.

O que é Magic pencil?

Magic pencil é uma extensão do Chrome desenvolvida por https://www.gopencil.com, e sua principal característica é "Polish your writing to perfection with our powerful tool.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Magic pencil

Baixe arquivos de extensão Magic pencil no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Magic pencil Magic pencil
ID imhhcmpemgaocjbomjjfmnldpelmgobc
URL Oficial https://chromewebstore.google.com/detail/magic-pencil/imhhcmpemgaocjbomjjfmnldpelmgobc
Descrição Polish your writing to perfection with our powerful tool.
Tamanho do Arquivo 81.09 KB
Contagem de Instalações 134
Versão Atual 1.0.4
Última Atualização 2023-03-24
Data de Publicação 2023-02-27
Desenvolvedor https://www.gopencil.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade http://www.gopencil.com/privacy-policy
Idiomas Suportados 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"
    }
}