Twinkledot Tab Notifier
Don't ever miss notifications on changed tabs
什么是Twinkledot Tab Notifier?
Twinkledot Tab Notifier是由enter.开发的Chrome扩展程序,该扩展的主要功能是“Don't ever miss notifications on changed tabs”。
扩展截图
下载Twinkledot Tab Notifier扩展crx文件
下载Twinkledot Tab Notifier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension adds a notification over your pinned tabs when something has happened in the tab: new message arrived, new items to read etc. 扩展基本信息
| 名称 | |
| ID | oabcnplfjbnkdpaihdoaapmficokiphh |
| 官方URL | https://chromewebstore.google.com/detail/twinkledot-tab-notifier/oabcnplfjbnkdpaihdoaapmficokiphh |
| 简介 | Don't ever miss notifications on changed tabs |
| 文件大小 | 38.46 KB |
| 安装次数 | 387 |
| 当前版本 | 0.0.2 |
| 更新时间 | 2015-04-09 |
| 上架时间 | 2015-04-09 |
| 评分 | 3.82/5 共11次评分 |
| 开发者 | enter. |
| 付费类型 | free |
| 支持的语言 | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"default_locale": "en",
"name": "Twinkledot Tab Notifier",
"description": "__MSG_app_desc__",
"manifest_version": 2,
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*",
"chrome:\/\/*\/*"
],
"version": "0.0.2",
"icons": {
"128": "img\/128.png",
"48": "img\/48.png",
"16": "img\/16.png"
},
"background": {
"scripts": [
"background.js"
]
}
} | |