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是由DevXTeam开发的Chrome扩展程序,该扩展的主要功能是“Drag & Resize elements easy Css manipulation, take & edit screenshots and more”。

扩展截图

下载Smart WebEditor-Drag Edit Record CSS扩展crx文件

下载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"
    ]
}