Vor

Vor Board

Vor là gì?

Vor là một tiện ích mở rộng Chrome được phát triển bởi http://vorboard.com, và tính năng chính của nó là "Vor Board".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Vor

Tải xuống các tệp mở rộng Vor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Vor Vor
ID daoijgfamgfjfebpkegdhlmbpccppmgj
URL Chính Thức https://chrome.google.com/webstore/detail/vor/daoijgfamgfjfebpkegdhlmbpccppmgj
Mô tả Vor Board
Kích Thước Tệp 432 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 117.10906.3
Cập Nhật Lần Cuối 2017-09-22
Ngày Phát Hành 2017-09-22
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển http://vorboard.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://vorboard.com
URL Trang Trợ Giúp http://vorboard.com/questions/
URL Trang Chính Sách Bảo Mật http://vorboard.com/terms-of-use
Ngôn Ngữ Được Hỗ Trợ 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'"
}