GitHub Notifications
Read yours or your organization's GitHub's notifications easily !
GitHub Notificationsとは何ですか?
GitHub Notificationsはhttp://remidelhaye.frによって開発されたChromeの拡張機能で、その主な機能は「Read yours or your organization's GitHub's notifications easily !」です。
拡張機能のスクリーンショット
GitHub Notifications拡張機能のCRXファイルをダウンロード
GitHub Notifications拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Read yours or your organization's Github's notification easily with GitHub Notifications ! Secure Authentification & ADD FREE !
拡張機能の基本情報
名前 | |
ID | jmpadkhpecdeoaemalgabhofdpaeiegl |
公式URL | https://chrome.google.com/webstore/detail/github-notifications/jmpadkhpecdeoaemalgabhofdpaeiegl |
説明 | Read yours or your organization's GitHub's notifications easily ! |
ファイルサイズ | 39.65 KB |
インストール数 | 29 |
現在のバージョン | 1.2.0 |
最終更新日 | 2013-08-24 |
公開日 | 2013-08-24 |
評価 | 4.50/5 合計 6 レビュー |
開発者 | http://remidelhaye.fr |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "GitHub Notifications", "description": "Read yours or your organization's GitHub's notifications easily !", "version": "1.2.0", "browser_action": { "default_popup": "popup.html", "default_icon": { "19": "19.png", "38": "38.png" } }, "author": "R\u00e9mi Delhaye (@RemiDelhaye)", "permissions": [ "notifications", "storage", "background" ], "background": { "scripts": [ "gitAPI\/lib\/underscore-min.js", "gitAPI\/lib\/base64.js", "gitAPI\/github.js", "background.js" ] }, "web_accessible_resources": [ "48.png" ] } |