Vor

Vor Board

Vor란 무엇입니까?

Vor은(는) http://vorboard.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Vor Board"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Vor Board makes searching on touch screens easier. 

Have you worked with a large interactive screen and thought how awkward the onscreen keyboard is? How about the pain of trying to type on a wireless keyboard whilst standing?

If your team use a good old fashioned whiteboard – how many times have you taken a photo and emailed the picture? Have you ever asked the question ‘Can I rub this out now’?

Wouldn’t it be nice if you could get more out of the whiteboard in your huddlespace or the interactive whiteboard that is gathering dust in your classroom?

Vor Board is a collaboration tool that lets you seamlessly search the internet, intuitively explore ideas, save your progress and share the fruits of your labour.

Try Vor Board now!                    

확장 프로그램 기본 정보

이름 Vor Vor
ID daoijgfamgfjfebpkegdhlmbpccppmgj
공식 URL https://chrome.google.com/webstore/detail/vor/daoijgfamgfjfebpkegdhlmbpccppmgj
설명 Vor Board
파일 크기 432 KB
설치 횟수 30
현재 버전 117.10906.3
최근 업데이트 2017-09-22
출시 날짜 2017-09-22
평점 5.00/5 총 2 개의 평점
개발자 http://vorboard.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://vorboard.com
도움말 페이지 URL http://vorboard.com/questions/
개인정보 보호 정책 페이지 URL http://vorboard.com/terms-of-use
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Vor",
    "description": "Vor Board",
    "version": "117.10906.3",
    "chrome_url_overrides": {
        "newtab": "window.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        "favicon.ico"
    ],
    "permissions": [
        "activeTab",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "",
        "tabs",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/ajax.googleapis.com https:\/\/maps.googleapis.com https:\/\/maps.gstatic.com; object-src 'self'"
}