Board

This extension allows you to make any website on the web as your writing board

Board क्या है?

Board Shaikh Saifuddin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension allows you to make any website on the web as your writing board"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Board एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        There’s a smart board for every classroom. Discover a high-quality interactive displays engineered for the simplicity teachers want.
Easy to install and support on every website you want to make as you board.

#Features
This extension allows you to make any website on the web as your
WhiteBoard
SmartBoard
writtingBoard
Very simple to use and extemly handy tool best for

School or College students
Online tution and school teacher
Person who need to present something on the web
Demonstrators

Happly learing !!!!!                    

एक्सटेंशन की मूल जानकारी

नाम Board Board
ID eldlemfjelebndalbjpfbohgofaidhfl
आधिकारिक URL https://chromewebstore.google.com/detail/board/eldlemfjelebndalbjpfbohgofaidhfl
विवरण This extension allows you to make any website on the web as your writing board
फ़ाइल का आकार 14.82 KB
स्थापना संख्या 144
वर्तमान संस्करण 0.12.21
अंतिम अपडेट 2021-12-24
प्रकाशन तिथि 2021-12-24
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Shaikh Saifuddin
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://imsaif.web.app/
सहायता पृष्ठ URL https://imsaif.web.app/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Board",
    "version": "0.12.21",
    "description": " This extension allows you to make any website on the web as your writing board",
    "action": {
        "default_icon": "assets\/images\/icon.png"
    },
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon128.png",
        "128": "assets\/images\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/contentScript.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "manifest_version": 3
}