Google™ Doodle Notifier

Get notifications for latest Google Doodles.

Google™ Doodle Notifier क्या है?

Google™ Doodle Notifier BrowserNative द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get notifications for latest Google Doodles."।

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

screenshot

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

crx प्रारूप में Google™ Doodle Notifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ URL http://browsernative.com/extensions/?d
गोपनीयता नीति पृष्ठ URL 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"
    }
}