Vor

Vor Board

¿Qué es Vor?

Vor es una extensión de Chrome desarrollada por http://vorboard.com, y su función principal es "Vor Board".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Vor

Descarga archivos de extensión Vor en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Vor Vor
ID daoijgfamgfjfebpkegdhlmbpccppmgj
URL Oficial https://chrome.google.com/webstore/detail/vor/daoijgfamgfjfebpkegdhlmbpccppmgj
Descripción Vor Board
Tamaño del Archivo 432 KB
Cantidad de Instalaciones 30
Versión Actual 117.10906.3
Última Actualización 2017-09-22
Fecha de Publicación 2017-09-22
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador http://vorboard.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://vorboard.com
URL de la Página de Ayuda http://vorboard.com/questions/
URL de la Página de Política de Privacidad http://vorboard.com/terms-of-use
Idiomas Soportados 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'"
}