Update Notifier

Automatically opens the official Chrome releases blog when Chrome autoupdates itself

ما هو Update Notifier؟

Update Notifier هو إضافة Chrome تم تطويرها بواسطة Daniel Herr، والميزة الرئيسية لها هي "Automatically opens the official Chrome releases blog when Chrome autoupdates itself".

تحميل ملف CRX للإضافة Update Notifier

قم بتنزيل ملفات الامتداد Update Notifier بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}