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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Sicse Narrow Casting 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 Sicse Narrow Casting
ID jjnpbfeknjmgdjipnokemnjmdhfbndfa
공식 URL 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"
    }
}