Bring Pushbullet Notifications Back to Chrome
Allows the Pushbullet browser extension to show phone notifications, even if the desktop app is also installed.
什么是Bring Pushbullet Notifications Back to Chrome?
Bring Pushbullet Notifications Back to Chrome是由Daniel Chiuchiarelli开发的Chrome扩展程序,该扩展的主要功能是“Allows the Pushbullet browser extension to show phone notifications, even if the desktop app is also installed.”。
扩展截图
下载Bring Pushbullet Notifications Back to Chrome扩展crx文件
下载Bring Pushbullet Notifications Back to Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
By default, if you have both the Pushbullet desktop app and the Pushbullet browser extension installed, then Pushbullet notifications will only show in the desktop app, with no option to have them show in the browser. I raised this issue on reddit (http://www.reddit.com/r/PushBullet/comments/33gn2j/behavior_request_for_android_to_macchrome/), but unfortunately the Pushbullet devs were against implementing it as an option. I understand their decision, but it's something that I really wanted (and I think some other Pushbullet fans would be interested too), so I made a Chrome extension that allows this behaviour. This extension allows the Pushbullet browser extension to show phone notifications, even if the desktop app is also installed. To turn on/off notifications in the browser extension, set it in the extension's options, and to turn on/off notifications in the desktop app, use the desktop app's options. It's that simple. :) GitHub repository: https://github.com/DChiuch/Bring-Pushbullet-Notifications-Back-to-Chrome
扩展基本信息
名称 | Bring Pushbullet Notifications Back to Chrome |
ID | dpmmngoajnhfhalbmdkglnekmkkijjap |
官方URL | https://chromewebstore.google.com/detail/bring-pushbullet-notifica/dpmmngoajnhfhalbmdkglnekmkkijjap |
简介 | Allows the Pushbullet browser extension to show phone notifications, even if the desktop app is also installed. |
文件大小 | 10.87 KB |
安装次数 | 3,856 |
当前版本 | 1.0.0 |
更新时间 | 2015-05-12 |
上架时间 | 2015-05-11 |
评分 | 4.24/5 共25次评分 |
开发者 | Daniel Chiuchiarelli |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bring Pushbullet Notifications Back to Chrome", "version": "1.0.0", "description": "Allows the Pushbullet browser extension to show phone notifications, even if the desktop app is also installed.", "manifest_version": 2, "icons": { "128": "icon128.png" }, "permissions": [ "http:\/\/localhost:20807\/check", "webRequest", "webRequestBlocking" ], "background": { "scripts": [ "myscript.js" ], "persistent": true } } |