Notifications sample extension

Extension to test full notifications API namespace

Notifications sample extension क्या है?

Notifications sample extension utkpatdev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension to test full notifications API namespace"।

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

screenshot

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

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

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

                        This extension can be used to test different types of notifications that can be created using the notifications API for chrome extensions.                    

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

नाम Notifications sample extension Notifications sample extension
ID fenbgmnkplieggjoplppaglhkkbhdfjo
आधिकारिक URL https://chromewebstore.google.com/detail/notifications-sample-exte/fenbgmnkplieggjoplppaglhkkbhdfjo
विवरण Extension to test full notifications API namespace
फ़ाइल का आकार 229 KB
स्थापना संख्या 28
वर्तमान संस्करण 1.3.4.0
अंतिम अपडेट 2022-11-25
प्रकाशन तिथि 2019-06-12
डेवलपर utkpatdev
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "utkpatdev",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "description": "Extension to test full notifications API namespace",
    "manifest_version": 2,
    "name": "Notifications sample extension",
    "options_page": "options.html",
    "permissions": [
        "notifications"
    ],
    "version": "1.3.4.0"
}