Google™ Doodle Notifier

Get notifications for latest Google Doodles.

ما هو Google™ Doodle Notifier؟

Google™ Doodle Notifier هو إضافة Chrome تم تطويرها بواسطة BrowserNative، والميزة الرئيسية لها هي "Get notifications for latest Google Doodles.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Google™ Doodle Notifier

قم بتنزيل ملفات الامتداد Google™ Doodle Notifier بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Get notifications for latest Google Doodles.

Have any suggestion or feedback? Email us at [email protected], or visit http://browsernative.com/extensions/.


Created by BrowserNative. Not affiliated with Google. Doesn't track your browsing activities etc.                    

معلومات أساسية عن التمديد

الاسم Google™ Doodle Notifier Google™ Doodle Notifier
ID dalccgcljngbljfpohenpdejekpkgnfd
عنوان URL الرسمي https://chrome.google.com/webstore/detail/google-doodle-notifier/dalccgcljngbljfpohenpdejekpkgnfd
الوصف Get notifications for latest Google Doodles.
حجم الملف 19.76 KB
عدد التثبيتات 209
النسخة الحالية 0.0.5
آخر تحديث 2018-01-31
تاريخ النشر 2018-01-31
تقييم 3.00/5 مجموع تقييمات 2
المطور BrowserNative
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://browsernative.com/extensions/?d
عنوان صفحة المساعدة http://browsernative.com/extensions/?d
عنوان صفحة سياسة الخصوصية https://browsernative.com/extensions-privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google\u2122 Doodle Notifier",
    "description": "Get notifications for latest Google Doodles.",
    "permissions": [
        "storage",
        "notifications",
        "alarms",
        "https:\/\/www.google.com\/"
    ],
    "version": "0.0.5",
    "homepage_url": "https:\/\/browsernative.com\/extensions\/?d",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png"
    },
    "browser_action": {
        "default_icon": {
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        },
        "default_title": "See Latest Google Doodle"
    }
}