Smart WebEditor-Drag Edit Record CSS

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

Co to jest Smart WebEditor-Drag Edit Record CSS?

Smart WebEditor-Drag Edit Record CSS to rozszerzenie Chrome opracowane przez DevXTeam, a jego główną funkcją jest „Drag & Resize elements easy Css manipulation, take & edit screenshots and more”.

Zrzuty ekranu rozszerzenia

Pobierz plik CRX rozszerzenia Smart WebEditor-Drag Edit Record CSS

Pobierz pliki rozszerzeń Smart WebEditor-Drag Edit Record CSS w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Smart WebEditor-Drag Edit Record CSS Smart WebEditor-Drag Edit Record CSS
ID anfkjmjoklbjhojgkebkicmaogeadgih
Oficjalny URL https://chromewebstore.google.com/detail/smart-webeditor-drag-edit/anfkjmjoklbjhojgkebkicmaogeadgih
Opis Drag & Resize elements easy Css manipulation, take & edit screenshots and more
Rozmiar pliku 780 KB
Liczba instalacji 28
Aktualna Wersja 1.1.1
Ostatnia Aktualizacja 2020-01-10
Data Publikacji 2020-01-06
Deweloper DevXTeam
E-mail [email protected]
Typ Płatności in_app
Obsługiwane Języki 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"
    ]
}