Blackboard

Draw over webpages, capture and save full page screenshots

Blackboard란 무엇입니까?

Blackboard은(는) Ashrene Roy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Draw over webpages, capture and save full page screenshots"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Blackboard 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Blackboard Blackboard
ID mjpaeljbciakgnigdligmdihfhnpbfla
공식 URL https://chromewebstore.google.com/detail/blackboard/mjpaeljbciakgnigdligmdihfhnpbfla
설명 Draw over webpages, capture and save full page screenshots
파일 크기 1.39 MB
설치 횟수 1,426
현재 버전 0.1.1
최근 업데이트 2021-06-30
출시 날짜 2021-06-29
평점 4.17/5 총 6 개의 평점
개발자 Ashrene Roy
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://forms.gle/adr6w3M3MdnJ28Sh7
지원되는 언어 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"
    }
}