SNUDataLimit

Know how much data you have spent this week at Shiv Nadar University with just one click! It's safe and also Open Source. Github:…

SNUDataLimit क्या है?

SNUDataLimit rhnvrm द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Know how much data you have spent this week at Shiv Nadar University with just one click! It's safe and also Open Source. Github:…"।

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

screenshot
screenshot

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

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

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

                        Know how much data you have spent this week at Shiv Nadar University with just one click! 

It's safe and also Open Source. Github: https://github.com/rhnvrm/snu-data-limit                    

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

नाम SNUDataLimit SNUDataLimit
ID mfjinloagcpmfacpjnlabcflnkbajidd
आधिकारिक URL https://chromewebstore.google.com/detail/snudatalimit/mfjinloagcpmfacpjnlabcflnkbajidd
विवरण Know how much data you have spent this week at Shiv Nadar University with just one click! It's safe and also Open Source. Github:…
फ़ाइल का आकार 51.06 KB
स्थापना संख्या 10
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2017-07-14
प्रकाशन तिथि 2017-07-14
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर rhnvrm
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/rhnvrm/snu-data-limit
सहायता पृष्ठ URL https://github.com/rhnvrm/snu-data-limit/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SNUDataLimit",
    "version": "1.1.0",
    "manifest_version": 2,
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": {
            "128": "icons\/128x128.png"
        },
        "default_title": "Check Data Limit",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-2.1.4.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "128": "icons\/128x128.png"
    },
    "permissions": [
        "storage",
        "notifications"
    ],
    "background": {
        "scripts": [
            "jquery-2.1.4.min.js",
            "background.js"
        ],
        "persistent": true
    }
}