Automated Kiosk
Automated web surfing
Automated Kioskとは何ですか?
Automated Kioskはautomatedkioskによって開発されたChromeの拡張機能で、その主な機能は「Automated web surfing」です。
拡張機能のスクリーンショット
Automated Kiosk拡張機能のCRXファイルをダウンロード
Automated Kiosk拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Automated Kiosk turns your Chrome V40+ browser into a automated web page viewer, based on up to 10 urls you supply. Great for businesses who have specific web site pages to display from a large screen Kiosk, or the lazy stumbler who does not want to continuously click the StumbleUpon toolbar. Just set it and forget it. Since this is a free application technical support is not guaranteed. For questions, feedback, bug fixes or additional development please contact: [email protected]
拡張機能の基本情報
名前 | Automated Kiosk |
ID | lbjeklomimammkeldgcleadlllbphnpl |
公式URL | https://chromewebstore.google.com/detail/automated-kiosk/lbjeklomimammkeldgcleadlllbphnpl |
説明 | Automated web surfing |
ファイルサイズ | 44.07 KB |
インストール数 | 385 |
現在のバージョン | 0.2.0.0 |
最終更新日 | 2015-03-27 |
公開日 | 2015-03-27 |
評価 | 3.00/5 合計 1 レビュー |
開発者 | automatedkiosk |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "Icon_off.png", "default_title": "Automated Kiosk" }, "permissions": [ "storage" ], "description": "Automated web surfing", "icons": { "128": "Icon128.png", "16": "Icon_on.png", "48": "Icon48.png" }, "name": "Automated Kiosk", "short_name": "Web Kiosk", "options_page": "options.html", "minimum_chrome_version": "40.0", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.2.0.0" } |