Smart WebEditor-Drag Edit Record CSS

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

Was ist Smart WebEditor-Drag Edit Record CSS?

Smart WebEditor-Drag Edit Record CSS ist eine Chrome-Erweiterung, die von DevXTeam entwickelt wurde, und ihr Hauptmerkmal ist "Drag & Resize elements easy Css manipulation, take & edit screenshots and more".

Erweiterungsscreenshots

Smart WebEditor-Drag Edit Record CSS-Erweiterungs-CRX-Datei herunterladen

Laden Sie Smart WebEditor-Drag Edit Record CSS-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Smart WebEditor-Drag Edit Record CSS Smart WebEditor-Drag Edit Record CSS
ID anfkjmjoklbjhojgkebkicmaogeadgih
Offizielle URL https://chromewebstore.google.com/detail/smart-webeditor-drag-edit/anfkjmjoklbjhojgkebkicmaogeadgih
Beschreibung Drag & Resize elements easy Css manipulation, take & edit screenshots and more
Dateigröße 780 KB
Installationsanzahl 28
Aktuelle Version 1.1.1
Letztes Update 2020-01-10
Veröffentlichungsdatum 2020-01-06
Entwickler DevXTeam
E-Mail [email protected]
Zahlungsart in_app
Unterstützte Sprachen 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"
    ]
}