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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
]
} | |