Writeboard

A practical Board for ideating and explaining. perfect for remote learning and Zoom!

Co to jest Writeboard?

Writeboard to rozszerzenie Chrome opracowane przez Madhavendra Thakur, a jego główną funkcją jest „A practical Board for ideating and explaining. perfect for remote learning and Zoom!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Writeboard

Pobierz pliki rozszerzeń Writeboard w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Have you ever needed to diagram something on the spot? Have you ever wanted to be able to explain something impromptu? Have you ever wanted to just draw and relax? Writeboard solves all these problems by giving you a popup whiteboard at any time you need!                    

Podstawowe informacje o rozszerzeniu

Nazwa Writeboard Writeboard
ID hhbjnllljeaekcbkbilemkanmingfdnd
Oficjalny URL https://chromewebstore.google.com/detail/writeboard/hhbjnllljeaekcbkbilemkanmingfdnd
Opis A practical Board for ideating and explaining. perfect for remote learning and Zoom!
Rozmiar pliku 661 KB
Liczba instalacji 491
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2021-02-28
Data Publikacji 2020-12-13
Deweloper Madhavendra Thakur
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Writeboard",
    "description": "A practical Board for ideating and explaining. perfect for remote learning and Zoom!",
    "version": "0.1",
    "permissions": [],
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html",
        "icons": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    }
}