My Git Repo News

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

My Git Repo Newsとは何ですか?

My Git Repo Newsはgreybaxによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension which helps you not to miss important changes in your news thread related to your repo」です。

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

screenshot
screenshot

My Git Repo News拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

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

拡張機能の基本情報

名前 My Git Repo News My Git Repo News
ID bpijgihicffjpcnjndpcdicohomlfbhp
公式URL https://chromewebstore.google.com/detail/my-git-repo-news/bpijgihicffjpcnjndpcdicohomlfbhp
説明 Chrome extension which helps you not to miss important changes in your news thread related to your repo
ファイルサイズ 168 KB
インストール数 17
現在のバージョン 1.0.2
最終更新日 2018-10-01
公開日 2018-10-01
評価 5.00/5 合計 1 レビュー
開発者 greybax
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/greybax/github-extension-my-repo-news
対応言語 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"
            ]
        }
    ]
}