Smart WebEditor-Drag Edit Record CSS

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

Cos'è Smart WebEditor-Drag Edit Record CSS?

Smart WebEditor-Drag Edit Record CSS è un'estensione di Chrome sviluppata da DevXTeam, e la sua funzione principale è "Drag & Resize elements easy Css manipulation, take & edit screenshots and more".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Smart WebEditor-Drag Edit Record CSS

Scarica i file di estensione Smart WebEditor-Drag Edit Record CSS in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Smart WebEditor-Drag Edit Record CSS Smart WebEditor-Drag Edit Record CSS
ID anfkjmjoklbjhojgkebkicmaogeadgih
URL Ufficiale https://chromewebstore.google.com/detail/smart-webeditor-drag-edit/anfkjmjoklbjhojgkebkicmaogeadgih
Descrizione Drag & Resize elements easy Css manipulation, take & edit screenshots and more
Dimensione del File 780 KB
Conteggio Installazioni 28
Versione Corrente 1.1.1
Ultimo Aggiornamento 2020-01-10
Data di Pubblicazione 2020-01-06
Sviluppatore DevXTeam
Email [email protected]
Tipo di Pagamento in_app
Lingue Supportate 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"
    ]
}