Sicse Narrow Casting
Turn the Chrome browser into a narrow casting environment.
什麼是Sicse Narrow Casting?
Sicse Narrow Casting是由https://sicse.nl開發的Chrome擴展程式,該擴展的主要功能是“Turn the Chrome browser into a narrow casting environment.”。
擴展截圖
下載Sicse Narrow Casting擴展crx文件
下載Sicse Narrow Casting擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
On our client's website we have created a web-page containing a full screen slide show. By using our extension, we turn the Chrome web-browser into a digital signage solution. When the extension is activated, the current browser-tab is shown in full screen mode. The web-page is refreshed at a regular, user controlled interval, allowing content changes to become visible. We have included the following recovery mechanisms: - When the page isn't loaded completely after one minute, a page refresh is initiated again. This allows the system to gracefully recover from connection loss. - When the web-address changes after an automatic page refresh, the original page will be loaded again after one minute. In this way the extension recovers when a website is placed in e.g. under maintenance mode. - When the Chrome web-browser is launched, the extension creates a new tab and shows the content on the specific web-address if it was still activated previously. By automatically starting the web-browser at system start up, this feature allows to recover from a (sudden) system reboot. The narrow casting extension can be started (and stopped) using the pop up window that is shown when clicking the browser action. The user is able to configure the refresh interval and specify whether the content should be shown in full screen mode. The pop up window also shows the current status of the narrow casting process. In case of a (sudden) system reboot, the narrow casting solution is able to continue when the Chrome browser is restarted. In order to do this, let the Chrome browser automatically start when the operating system is booted.
擴展基本資訊
名稱 | Sicse Narrow Casting |
ID | jjnpbfeknjmgdjipnokemnjmdhfbndfa |
官方網址 | https://chromewebstore.google.com/detail/sicse-narrow-casting/jjnpbfeknjmgdjipnokemnjmdhfbndfa |
簡介 | Turn the Chrome browser into a narrow casting environment. |
檔案大小 | 34.81 KB |
安裝次數 | 292 |
目前版本 | 0.0.3 |
更新時間 | 2014-07-20 |
上架時間 | 2014-07-20 |
評分 | 3.00/5 共 4 次評分 |
開發者 | https://sicse.nl |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://www.sicse.nl |
說明頁面URL | http://www.sicse.nl/technieken/narrow-casting |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sicse Narrow Casting", "short_name": "Sicse NC", "description": "Turn the Chrome browser into a narrow casting environment.", "version": "0.0.3", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "author": "dr. Niels Sluijs - Sicse", "permissions": [ "alarms", "power", "storage", "tabs", "webNavigation" ], "background": { "scripts": [ "background\/background.js" ], "persistent": false }, "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "Sicse Narrow Casting", "default_popup": "popup\/popup.html" } } |