Bitbucket Code Styler

Bitbucket code-diff dark color theme

什么是Bitbucket Code Styler?

Bitbucket Code Styler是由dany74q开发的Chrome扩展程序,该扩展的主要功能是“Bitbucket code-diff dark color theme”。

下载Bitbucket Code Styler扩展crx文件

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

扩展使用说明

                        Change bitbuckets code-diff colors to a darker style (a bit similar to intellij's darcula)                    

扩展基本信息

名称 Bitbucket Code Styler Bitbucket Code Styler
ID habjpjgnjgahnoicghaecahkgaopbjjj
官方URL https://chromewebstore.google.com/detail/bitbucket-code-styler/habjpjgnjgahnoicghaecahkgaopbjjj
简介 Bitbucket code-diff dark color theme
文件大小 3.17 KB
安装次数 16
当前版本 1.0
更新时间 2017-12-25
上架时间 2017-12-25
开发者 dany74q
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bitbucket Code Styler",
    "description": "Bitbucket code-diff dark color theme",
    "version": "1.0",
    "permissions": [
        "*:\/\/*.bitbucket.org\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.bitbucket.org\/*"
            ],
            "css": [
                "code.css"
            ]
        }
    ]
}