Smart WebEditor-Drag Edit Record CSS

Drag & Resize elements easy Css manipulation, take & edit screenshots and more

O que é Smart WebEditor-Drag Edit Record CSS?

Smart WebEditor-Drag Edit Record CSS é uma extensão do Chrome desenvolvida por DevXTeam, e sua principal característica é "Drag & Resize elements easy Css manipulation, take & edit screenshots and more".

Capturas de Tela da Extensão

Baixar o arquivo CRX da Extensão Smart WebEditor-Drag Edit Record CSS

Baixe arquivos de extensão Smart WebEditor-Drag Edit Record CSS 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

                        -Drag & Resize element
-Easy CSS viewer and editor
-Take, Edit and Download Schreenshot                    

Informações Básicas da Extensão

Nome Smart WebEditor-Drag Edit Record CSS Smart WebEditor-Drag Edit Record CSS
ID anfkjmjoklbjhojgkebkicmaogeadgih
URL Oficial https://chromewebstore.google.com/detail/smart-webeditor-drag-edit/anfkjmjoklbjhojgkebkicmaogeadgih
Descrição Drag & Resize elements easy Css manipulation, take & edit screenshots and more
Tamanho do Arquivo 780 KB
Contagem de Instalações 28
Versão Atual 1.1.1
Última Atualização 2020-01-10
Data de Publicação 2020-01-06
Desenvolvedor DevXTeam
Email [email protected]
Tipo de Pagamento in_app
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smart WebEditor-Drag Edit Record CSS",
    "version": "1.1.1",
    "description": "Drag & Resize elements easy Css manipulation, take & edit screenshots and more",
    "manifest_version": 2,
    "icons": {
        "16": "logo.png"
    },
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "index.html?edit=false"
    },
    "options_page": "dist\/options.html",
    "background": {
        "scripts": [
            "dist\/eventPage.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "dist\/custlib.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "contextMenus",
        "storage",
        "tabs",
        "*:\/\/*\/*",
        "activeTab"
    ]
}