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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows the Pushbullet browser extension to show phone notifications, even if the desktop app is also installed."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bring Pushbullet Notifications Back to Chrome एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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
    }
}