Smart WebEditor-Drag Edit Record CSS

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

Qu'est-ce que Smart WebEditor-Drag Edit Record CSS ?

Smart WebEditor-Drag Edit Record CSS est une extension Chrome développée par DevXTeam, et sa fonction principale est "Drag & Resize elements easy Css manipulation, take & edit screenshots and more".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Smart WebEditor-Drag Edit Record CSS

Téléchargez les fichiers d'extension Smart WebEditor-Drag Edit Record CSS au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Smart WebEditor-Drag Edit Record CSS Smart WebEditor-Drag Edit Record CSS
ID anfkjmjoklbjhojgkebkicmaogeadgih
URL Officiel https://chromewebstore.google.com/detail/smart-webeditor-drag-edit/anfkjmjoklbjhojgkebkicmaogeadgih
Description Drag & Resize elements easy Css manipulation, take & edit screenshots and more
Taille du Fichier 780 KB
Nombre d'Installations 28
Version Actuelle 1.1.1
Dernière Mise à Jour 2020-01-10
Date de Publication 2020-01-06
Développeur DevXTeam
Email [email protected]
Type de Paiement in_app
Langues Prises en Charge 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"
    ]
}