Cloud Browser

Cloud-base Browser for Chromebook,Mac,Linux ! Display web pages with Java,Silverlight,ActiveX,Flash ! Runs Internet Explorer IE7-11)

Cloud Browser란 무엇입니까?

Cloud Browser은(는) https://ieonchrome.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cloud-base Browser for Chromebook,Mac,Linux ! Display web pages with Java,Silverlight,ActiveX,Flash ! Runs Internet Explorer IE7-11)"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Cloud Browser 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Get a virtual(Cloud base) IETab on your chrome browser. Run all those “IE only” supported websites without leaving Chrome. 
The best way to run Java/Silverlight/ActiveX  on ChromeBook & Mac !
** Run Silverlight on Catalina
** Run Flash sites
** Simulate IE7,IE8,IE9,IE10,IE11
** Free version: 1 hour per month.
** Java JNPL on Chromebook
** Valant Suite
** ActiveX Web Camera 
** Web RDP sites


The only IETab alternative for Mac and ChromeBook, and the best way to run Java/Silverlight/Shockwave/Flash on ChromeBook!


Seamless experience that feels exactly like using real browser. Easy and intuitive to use. Simply click the IEonChrome extension icon and your current tab will turn into an IE tab. Easily switch between IE version (IE7, IE8, IE9, IE10, IE11) and set IE as default browser for specific websites. 

Optimized for schools and other educational institutions with perfect solution to run Java/Silverlight/Shockwave on ChromeBook and powerful central management tools.  

* Not affiliated with Google Inc.
* Not affiliated with Microsoft Inc.                    

확장 프로그램 기본 정보

이름 Cloud Browser Cloud Browser
ID komolablmhfobefcfiianchnmggpmpmd
공식 URL https://chromewebstore.google.com/detail/cloud-browser/komolablmhfobefcfiianchnmggpmpmd
설명 Cloud-base Browser for Chromebook,Mac,Linux ! Display web pages with Java,Silverlight,ActiveX,Flash ! Runs Internet Explorer IE7-11)
파일 크기 306 KB
설치 횟수 6,000
현재 버전 1.0.4
최근 업데이트 2020-05-09
출시 날짜 2020-05-06
평점 3.33/5 총 3 개의 평점
개발자 https://ieonchrome.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://ieonchrome.com
도움말 페이지 URL https://ieonchrome.com
개인정보 보호 정책 페이지 URL https://www.iubenda.com/privacy-policy/87628819/full-legal
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "MaggNetz LTD",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/19.png",
            "32": "img\/32.png",
            "48": "img\/48.png",
            "64": "img\/64.png",
            "256": "img\/256.png"
        },
        "default_title": "Click here to start CloudBrowser"
    },
    "description": "Cloud-base Browser for Chromebook,Mac,Linux ! Display web pages with Java,Silverlight,ActiveX,Flash ! Runs Internet Explorer IE7-11)",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.ieonchrome.com\/*",
            "*:\/\/*.ieoncloud.com\/*"
        ]
    },
    "icons": {
        "32": "img\/32.png",
        "48": "img\/48.png",
        "64": "img\/64.png",
        "128": "img\/128.png",
        "256": "img\/256.png"
    },
    "manifest_version": 2,
    "name": "Cloud Browser",
    "permissions": [
        "webRequest",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs",
        "contextMenus",
        "storage",
        "webRequestBlocking"
    ],
    "version": "1.0.4"
}