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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } } |