My Git Repo News

Chrome extension which helps you not to miss important changes in your news thread related to your repo

Apa itu My Git Repo News?

My Git Repo News adalah ekstensi Chrome yang dikembangkan oleh greybax, dan fitur utamanya adalah "Chrome extension which helps you not to miss important changes in your news thread related to your repo".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi My Git Repo News

Unduh file ekstensi My Git Repo News 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

                        Don't miss any changes in your github newsfeed related with your repos!                    

Informasi Dasar Ekstensi

Nama My Git Repo News My Git Repo News
ID bpijgihicffjpcnjndpcdicohomlfbhp
URL Resmi https://chromewebstore.google.com/detail/my-git-repo-news/bpijgihicffjpcnjndpcdicohomlfbhp
Deskripsi Chrome extension which helps you not to miss important changes in your news thread related to your repo
Ukuran File 168 KB
Jumlah Instalasi 17
Versi Saat Ini 1.0.2
Terakhir Diperbarui 2018-10-01
Tanggal Publikasi 2018-10-01
Penilaian 5.00/5 Total 1 Penilaian
Pengembang greybax
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/greybax/github-extension-my-repo-news
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "My Git Repo News",
    "description": "Chrome extension which helps you not to miss important changes in your news thread related to your repo",
    "short_name": "My Git Repo News",
    "version": "1.0.2",
    "homepage_url": "https:\/\/github.com\/greybax\/github-extension-my-repo-news",
    "browser_action": {
        "default_title": "My Git Repo News",
        "default_icon": "icons\/icon-16.png"
    },
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*",
                "http:\/\/github.com\/*"
            ],
            "js": [
                "js\/index.js"
            ]
        }
    ]
}