Stash Silencer
This extension toggles comments on Stash pull requests
Stash Silencerとは何ですか?
Stash Silencerはhttps://stackly.netによって開発されたChromeの拡張機能で、その主な機能は「This extension toggles comments on Stash pull requests」です。
Stash Silencer拡張機能のCRXファイルをダウンロード
Stash Silencer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A Google Chrome extension to toggle the visibility of comment threads in Atlassian Stash Pull Requests. Usage: * Visit any pull request in stash that has comments. * Select the Diff tab. * An icon should appear in Chrome's URL bar. * Select a file in the pull request that has review comments. * Click the icon in the URL bar or use Cmd-Shift-C to toggle comments on/off.
拡張機能の基本情報
名前 | Stash Silencer |
ID | lfpojloainghoengigkfbahnakgcoabl |
公式URL | https://chromewebstore.google.com/detail/stash-silencer/lfpojloainghoengigkfbahnakgcoabl |
説明 | This extension toggles comments on Stash pull requests |
ファイルサイズ | 7.05 KB |
インストール数 | 50 |
現在のバージョン | 1.0.2 |
最終更新日 | 2013-06-07 |
公開日 | 2013-06-07 |
評価 | 3.57/5 合計 7 レビュー |
開発者 | https://stackly.net |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Stash Silencer", "description": "This extension toggles comments on Stash pull requests", "version": "1.0.2", "permissions": [ "tabs", "activeTab" ], "commands": { "toggle-comments": { "suggested_key": { "default": "Ctrl+Shift+C" }, "description": "Toggle pull request comment visibility." } }, "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_title": "Toggle Comments", "default_icon": { "19": "icon.png" } } } |