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開發的Chrome擴展程式,該擴展的主要功能是“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

下載SNUDataLimit擴展crx文件

下載SNUDataLimit擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
    }
}