Selection Rectangle Highlighting
Highlight any part of a page by drawing a selection rectangle like on your desktop.
Selection Rectangle Highlighting란 무엇입니까?
Selection Rectangle Highlighting은(는) https://mjh.at에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Highlight any part of a page by drawing a selection rectangle like on your desktop."입니다.
확장 프로그램 스크린샷
Selection Rectangle Highlighting 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
If you share your browser window during a presentation via Google Meet, Microsoft Teams, Skype or any other virtual meet-up tool, you can use this extension to highlight any area of the page that you show to your audience. This helps you to direct their attention to the points you are currently talking about. It works like the selection rectangle on your desktop: Press and hold down your mouse button and draw a rectangle. Once you stop holding the mouse button, the rectangle will disappear. If you activate "permanent mode", you can draw multiple rectangles that will remain visible until you remove them. You can choose from different colors to adapt the selection rectangle and make sure it is clearly visible on the current page. For more details, please have a look at the help screen of the extension.
확장 프로그램 기본 정보
이름 | |
ID | pdeniodjbhkniaknghlgmgecemeeofae |
공식 URL | https://chromewebstore.google.com/detail/selection-rectangle-highl/pdeniodjbhkniaknghlgmgecemeeofae |
설명 | Highlight any part of a page by drawing a selection rectangle like on your desktop. |
파일 크기 | 22.82 KB |
설치 횟수 | 432 |
현재 버전 | 2.1 |
최근 업데이트 | 2023-02-17 |
출시 날짜 | 2020-11-20 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | https://mjh.at |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Selection Rectangle Highlighting", "version": "2.1", "author": "Martin Huber (mjh.at)", "default_locale": "en", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "description": "__MSG_ext_description__", "action": { "default_icon": "icon16.png", "default_title": "Selection Rectangle Highlighting" }, "background": { "service_worker": "background.js" }, "offline_enabled": true, "permissions": [ "activeTab", "scripting" ], "minimum_chrome_version": "88" } |