Vor

Vor Board

Vor क्या है?

Vor http://vorboard.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Vor Board"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Vor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}