Group phabricator notifications

Groups phabricator notifications

Group phabricator notificationsとは何ですか?

Group phabricator notificationsはjoakinによって開発されたChromeの拡張機能で、その主な機能は「Groups phabricator notifications」です。

拡張機能のスクリーンショット

screenshot

Group phabricator notifications拡張機能のCRXファイルをダウンロード

Group phabricator notifications拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension makes the phabricator notifications be grouped per task, so that they are less noisy to read.

You can expand the task to see the actual changes in it, or mark as read without even going to the task.

Applies to all phabricator.*.* and *.phabricator.* urls.

Source is at https://github.com/joakin/group-phabricator-notifications                    

拡張機能の基本情報

名前 Group phabricator notifications Group phabricator notifications
ID anjockgdedgaiionihlpdcjijpohipdj
公式URL https://chromewebstore.google.com/detail/group-phabricator-notific/anjockgdedgaiionihlpdcjijpohipdj
説明 Groups phabricator notifications
ファイルサイズ 430 KB
インストール数 36
現在のバージョン 1.4
最終更新日 2020-06-06
公開日 2020-06-05
評価 5.00/5 合計 1 レビュー
開発者 joakin
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/joakin/group-phabricator-notifications
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Group phabricator notifications",
    "description": "Groups phabricator notifications",
    "version": "1.4",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/*.phabricator.*\/notification\/*",
                "*:\/\/phabricator.*.*\/notification\/*"
            ],
            "exclude_globs": [
                "*:\/\/*\/notification\/query\/edit\/"
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "permissions": []
}