Finch Developer Tools

Save, version and share Chrome DevTools Styles changes

什么是Finch Developer Tools?

Finch Developer Tools是由https://finch.io开发的Chrome扩展程序,该扩展的主要功能是“Save, version and share Chrome DevTools Styles changes”。

扩展截图

screenshot
screenshot

下载Finch Developer Tools扩展crx文件

下载Finch Developer Tools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        All changes you make in the css code at DevTools Styles will be saved locally on your computer.
If you refresh the page or close the browser - the changes will be applied to your website.
You can view, edit and remove the changes in a separate DevTools tab.

Connecting the plugin with your Finch.io account allows you to create multiple versions on each site, synchronise or share them.                    

扩展基本信息

名称 Finch Developer Tools Finch Developer Tools
ID phgdjnidddpccdkbedmfifceiljljgdo
官方URL https://chromewebstore.google.com/detail/finch-developer-tools/phgdjnidddpccdkbedmfifceiljljgdo
简介 Save, version and share Chrome DevTools Styles changes
文件大小 1.51 MB
安装次数 2,116
当前版本 0.1.5
更新时间 2017-11-29
上架时间 2017-11-29
评分 3.91/5 共11次评分
开发者 https://finch.io
付费类型 free
扩展官网 https://finch.io
帮助页面URL https://help.finch.io
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Finch Developer Tools",
    "short_name": "Finch",
    "description": "Save, version and share Chrome DevTools Styles changes",
    "homepage_url": "https:\/\/finch.io",
    "version": "0.1.5",
    "minimum_chrome_version": "49.0",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "unlimitedStorage",
        "downloads",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "icons": {
        "16": "icons\/finch-16.png",
        "48": "icons\/finch-48.png",
        "128": "icons\/finch-128.png"
    },
    "browser_action": {
        "default_title": "Finch",
        "default_popup": "popup.html"
    },
    "devtools_page": "devtools.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [
        "css\/Finch"
    ]
}