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 |
Eメール | [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" ] } ] } |