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 } } |