NEIAAC Webcam
Check who is on NEIAAC via our WebCam. Try our website http://nei.dei.uc.pt/
NEIAAC Webcamとは何ですか?
NEIAAC Webcamはcarlosricardosantosによって開発されたChromeの拡張機能で、その主な機能は「Check who is on NEIAAC via our WebCam. Try our website http://nei.dei.uc.pt/」です。
拡張機能のスクリーンショット
NEIAAC Webcam拡張機能のCRXファイルをダウンロード
NEIAAC Webcam拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Check who is on NEI via our webcam.
拡張機能の基本情報
名前 | |
ID | eailccmhoiencfpkakhnhapmojlegcjo |
公式URL | https://chrome.google.com/webstore/detail/neiaac-webcam/eailccmhoiencfpkakhnhapmojlegcjo |
説明 | Check who is on NEIAAC via our WebCam. Try our website http://nei.dei.uc.pt/ |
ファイルサイズ | 44.47 KB |
インストール数 | 158 |
現在のバージョン | 1.0.2 |
最終更新日 | 2013-06-15 |
公開日 | 2013-06-15 |
評価 | 4.38/5 合計 48 レビュー |
開発者 | carlosricardosantos |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NEIAAC Webcam", "version": "1.0.2", "description": "Check who is on NEIAAC via our WebCam. Try our website http:\/\/nei.dei.uc.pt\/", "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "http:\/\/nei.dei.uc.pt\/" ], "content_scripts": [ { "matches": [ "http:\/\/jquery.com\/*" ], "js": [ "jquery.min.js" ] } ] } |