Group phabricator notifications

Groups phabricator notifications

Apa itu Group phabricator notifications?

Group phabricator notifications adalah ekstensi Chrome yang dikembangkan oleh joakin, dan fitur utamanya adalah "Groups phabricator notifications".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Group phabricator notifications

Unduh file ekstensi Group phabricator notifications dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Group phabricator notifications Group phabricator notifications
ID anjockgdedgaiionihlpdcjijpohipdj
URL Resmi https://chromewebstore.google.com/detail/group-phabricator-notific/anjockgdedgaiionihlpdcjijpohipdj
Deskripsi Groups phabricator notifications
Ukuran File 430 KB
Jumlah Instalasi 36
Versi Saat Ini 1.4
Terakhir Diperbarui 2020-06-06
Tanggal Publikasi 2020-06-05
Penilaian 5.00/5 Total 1 Penilaian
Pengembang joakin
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/joakin/group-phabricator-notifications
Bahasa yang Didukung 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": []
}