Update Notifier

Automatically opens the official Chrome releases blog when Chrome autoupdates itself

Update Notifier क्या है?

Update Notifier Daniel Herr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically opens the official Chrome releases blog when Chrome autoupdates itself"।

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

crx प्रारूप में Update Notifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Automatically opens the official Chrome releases blog when Chrome autoupdates itself. You can also set it to open flags and Francois Beaufort's posts in the options page.                    

एक्सटेंशन की मूल जानकारी

नाम Update Notifier Update Notifier
ID pmohkjageidgicgkfgbgokkchobcadkc
आधिकारिक URL https://chrome.google.com/webstore/detail/pmohkjageidgicgkfgbgokkchobcadkc
विवरण Automatically opens the official Chrome releases blog when Chrome autoupdates itself
फ़ाइल का आकार 8.93 KB
स्थापना संख्या 380
वर्तमान संस्करण 2
अंतिम अपडेट 2016-01-29
प्रकाशन तिथि 2016-01-29
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर Daniel Herr
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://danielherr.github.io/
समर्थित भाषाएँ en
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "description": "Automatically opens the official Chrome releases blog when Chrome autoupdates itself",
    "manifest_version": 2,
    "name": "Update Notifier",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2",
    "icons": {
        "128": "icon.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ]
}