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:…」です。
拡張機能のスクリーンショット
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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
}
} | |