BitBucket Pull Request Toggle Buttons
Adds Toggle buttons for files in BitBucket Pull Requests
什么是BitBucket Pull Request Toggle Buttons?
BitBucket Pull Request Toggle Buttons是由soapergem开发的Chrome扩展程序,该扩展的主要功能是“Adds Toggle buttons for files in BitBucket Pull Requests”。
扩展截图
下载BitBucket Pull Request Toggle Buttons扩展crx文件
下载BitBucket Pull Request Toggle Buttons扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Adds Toggle buttons for files in BitBucket Pull Requests, allowing you to quickly collapse and re-expand sections of the pull request for readability. Now also adds a button to switch to Ignore Whitespace mode.
扩展基本信息
名称 | BitBucket Pull Request Toggle Buttons |
ID | hfebajohpclnfhfnlhgndbmcdnlchjjd |
官方URL | https://chromewebstore.google.com/detail/bitbucket-pull-request-to/hfebajohpclnfhfnlhgndbmcdnlchjjd |
简介 | Adds Toggle buttons for files in BitBucket Pull Requests |
文件大小 | 84.88 KB |
安装次数 | 22 |
当前版本 | 0.5.1.3 |
更新时间 | 2016-03-10 |
上架时间 | 2016-03-10 |
评分 | 5.00/5 共1次评分 |
开发者 | soapergem |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | http://gordon-myers.com/cepp.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BitBucket Pull Request Toggle Buttons", "short_name": "Toggle Buttons", "version": "0.5.1.3", "description": "Adds Toggle buttons for files in BitBucket Pull Requests", "homepage_url": "http:\/\/gordon-myers.com\/bbprtb", "manifest_version": 2, "icons": { "16": "bbprtb-logo-16.png", "32": "bbprtb-logo-32.png", "48": "bbprtb-logo-48.png", "128": "bbprtb-logo-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/bitbucket.org\/*\/pull-request*" ], "all_frames": true, "js": [ "bbprtb.user.js" ] } ] } |