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 là gì?

Bring Pushbullet Notifications Back to Chrome là một tiện ích mở rộng Chrome được phát triển bởi Daniel Chiuchiarelli, và tính năng chính của nó là "Allows the Pushbullet browser extension to show phone notifications, even if the desktop app is also installed.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bring Pushbullet Notifications Back to Chrome

Tải xuống các tệp mở rộng Bring Pushbullet Notifications Back to Chrome dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bring Pushbullet Notifications Back to Chrome Bring Pushbullet Notifications Back to Chrome
ID dpmmngoajnhfhalbmdkglnekmkkijjap
URL Chính Thức https://chromewebstore.google.com/detail/bring-pushbullet-notifica/dpmmngoajnhfhalbmdkglnekmkkijjap
Mô tả Allows the Pushbullet browser extension to show phone notifications, even if the desktop app is also installed.
Kích Thước Tệp 10.87 KB
Số Lần Cài Đặt 3,856
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2015-05-12
Ngày Phát Hành 2015-05-11
Đánh Giá 4.24/5 Tổng số 25 Đánh Giá
Nhà Phát Triển Daniel Chiuchiarelli
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
    }
}