Bitbucket Code Styler
Bitbucket code-diff dark color theme
What is Bitbucket Code Styler?
Bitbucket Code Styler is a Chrome extension developed by dany74q, and its main feature is "Bitbucket code-diff dark color theme".
Download Bitbucket Code Styler Extension CRX File
Download Bitbucket Code Styler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Change bitbuckets code-diff colors to a darker style (a bit similar to intellij's darcula)
Extension Basic Information
Name | Bitbucket Code Styler |
ID | habjpjgnjgahnoicghaecahkgaopbjjj |
Official URL | https://chromewebstore.google.com/detail/bitbucket-code-styler/habjpjgnjgahnoicghaecahkgaopbjjj |
Description | Bitbucket code-diff dark color theme |
File Size | 3.17 KB |
Installation Count | 16 |
Current Version | 1.0 |
Last Updated | 2017-12-25 |
Publish Date | 2017-12-25 |
Developer | dany74q |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |