Smart WebEditor-Drag Edit Record CSS

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

Что такое Smart WebEditor-Drag Edit Record CSS?

Smart WebEditor-Drag Edit Record CSS - это расширение Chrome, разработанное DevXTeam, и его основная функция - "Drag & Resize elements easy Css manipulation, take & edit screenshots and more".

Снимки экрана расширения

Скачать файл CRX расширения Smart WebEditor-Drag Edit Record CSS

Скачайте файлы расширений Smart WebEditor-Drag Edit Record CSS в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Smart WebEditor-Drag Edit Record CSS Smart WebEditor-Drag Edit Record CSS
ID anfkjmjoklbjhojgkebkicmaogeadgih
Официальный URL https://chromewebstore.google.com/detail/smart-webeditor-drag-edit/anfkjmjoklbjhojgkebkicmaogeadgih
Описание Drag & Resize elements easy Css manipulation, take & edit screenshots and more
Размер файла 780 KB
Количество установок 28
Текущая Версия 1.1.1
Последнее Обновление 2020-01-10
Дата публикации 2020-01-06
Разработчик DevXTeam
Электронная почта [email protected]
Тип оплаты in_app
Поддерживаемые языки 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"
    ]
}