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.
扩展基本信息
名称 | StackOverflow Inbox 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 |
电子邮箱 | [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" ] } |