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] 擴展基本資訊
| 名稱 | |
| ID | lbjeklomimammkeldgcleadlllbphnpl |
| 官方網址 | 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"
} | |