Vor

Vor Board

Vorとは何ですか?

Vorはhttp://vorboard.comによって開発されたChromeの拡張機能で、その主な機能は「Vor Board」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Vor拡張機能のCRXファイルをダウンロード

Vor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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'"
}