Blackboard

Draw over webpages, capture and save full page screenshots

Blackboard là gì?

Blackboard là một tiện ích mở rộng Chrome được phát triển bởi Ashrene Roy, và tính năng chính của nó là "Draw over webpages, capture and save full page screenshots".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Blackboard

Tải xuống các tệp mở rộng Blackboard dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Blackboard helps you live annotate web pages and take full length screenshot of your work!

🚀Features:

  ✏️ Pencil tool
  📷 Full page screenshot
  ✨ Textbox
  🎚️ Size adjustor for drawing/writing
  ✨ Eraser tool
  🎨 Colour Palette
  🖌️ Colour Picker
  📥 Download screenshot
  🗑️ Reset

💁‍♀️Use cases:
- Communicate better with your team by creating and sharing notes written on webpages, useful 
  for code reviews, to explain with diagrams
- Save personal notes or mark important sections in webpages while studying 
- Download screenshots and share your views with anyone
- Save bandwidth while screen-sharing, by annotating using this extension

❌ Not supported
- Chrome extensions do not work in the Chrome web store
- Max canvas size allowed is 8000px for optimal browser performance
- Download format is .png, further support will come in future releases

🆓Free
- All features are free
- Unlimited full page screenshots.
- Unlimited downloads
- No watermark
- No login/sign-up required

📌 Stay tuned for more exciting features coming through! 🎁

🐛Facing bugs or have some suggestions to improve? Help me make this tool better by logging detailed bugs or feature requests in the Support section.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Blackboard Blackboard
ID mjpaeljbciakgnigdligmdihfhnpbfla
URL Chính Thức https://chromewebstore.google.com/detail/blackboard/mjpaeljbciakgnigdligmdihfhnpbfla
Mô tả Draw over webpages, capture and save full page screenshots
Kích Thước Tệp 1.39 MB
Số Lần Cài Đặt 1,426
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2021-06-30
Ngày Phát Hành 2021-06-29
Đánh Giá 4.17/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Ashrene Roy
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://forms.gle/adr6w3M3MdnJ28Sh7
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Blackboard",
    "name": "Blackboard",
    "version": "0.1.1",
    "description": "Draw over webpages, capture and save full page screenshots",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "scripting"
    ],
    "action": {
        "default_icon": "icon-48.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "favicon.ico",
                "\/static\/media\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}