Vor

Vor Board

ما هو Vor؟

Vor هو إضافة Chrome تم تطويرها بواسطة http://vorboard.com، والميزة الرئيسية لها هي "Vor Board".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Vor

قم بتنزيل ملفات الامتداد Vor بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة المساعدة http://vorboard.com/questions/
عنوان صفحة سياسة الخصوصية 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'"
}