StackOverflow Inbox Notifications
See when you receive inbox notifications from StackOverflow
StackOverflow Inbox Notificationsとは何ですか?
StackOverflow Inbox Notificationsはhttps://www.akawebdesign.comによって開発されたChromeの拡張機能で、その主な機能は「See when you receive inbox notifications from StackOverflow」です。
拡張機能のスクリーンショット
StackOverflow Inbox Notifications拡張機能のCRXファイルをダウンロード
StackOverflow Inbox Notifications拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Want to know when you have new inbox notifications from StackOverflow? This extension adds a browser action to your toolbar, and updates the badge text when you have new notifications. 拡張機能の基本情報
| 名前 | |
| ID | ndeljpkeimafgobechdfejolnpgcjomi |
| 公式URL | https://chromewebstore.google.com/detail/stackoverflow-inbox-notif/ndeljpkeimafgobechdfejolnpgcjomi |
| 説明 | See when you receive inbox notifications from StackOverflow |
| ファイルサイズ | 74.77 KB |
| インストール数 | 39 |
| 現在のバージョン | 1.3.1 |
| 最終更新日 | 2016-11-08 |
| 公開日 | 2016-11-08 |
| 評価 | 3.33/5 合計 3 レビュー |
| 開発者 | https://www.akawebdesign.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| ヘルプページのURL | https://github.com/arthurakay/StackOverflow-Notifications |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "StackOverflow Inbox Notifications",
"version": "1.3.1",
"description": "See when you receive inbox notifications from StackOverflow",
"icons": {
"128": "resources\/images\/extension.jpg"
},
"browser_action": {
"default_icon": "resources\/images\/stackoverflow_16.png",
"default_popup": "ui\/index.html"
},
"background": {
"scripts": [
"background\/background.js"
]
},
"content_security_policy": "script-src 'self' https:\/\/api.stackexchange.com; object-src 'self'",
"permissions": [
"identity",
"https:\/\/stackexchange.com\/*\/*",
"notifications"
]
} | |