Draw on Page
Easily draw on any website with simple drawing tools, then print the result.
Draw on Page란 무엇입니까?
Draw on Page은(는) leocompson에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily draw on any website with simple drawing tools, then print the result."입니다.
확장 프로그램 스크린샷
Draw on Page 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Draw on Page is a browser extension that lets you draw on any website. Please first navigate to a website, then press on the toolbar button to activate the add-on. Once the interface appears on the page, please choose the desired mode. Currently, there are two modes available, Drawing Mode and Brushing Mode. Brushing mode is for drawing with mouse or pen (touch-enabled devices) on the page. You can choose a pencil, circle, or spray brush in this mode. There is also an option to change the color and width of the brushing tool from the UI. The other mode is for drawing shapes (Drawing Mode). When you select this mode, five different primitive shapes are available to choose from the UI. Once you click on a shape, it will be added to the screen. You can drag and drop, remove, resize, or rotate and zoom objects on the screen. To print the page with your drawings on it, please press on the print button at the top left corner of the screen. Once you are done with the drawing, please close the interface by pressing on the close button at the top left corner or pressing on the toolbar button once. Before closing, you can save your drawings by pressing on the - Save - button at the bottom of the UI. Note: this extension uses fabric.js (https://github.com/fabricjs/fabric.js) open-source JavaScript project for drawing on the HTML5 canvas element. If you have a feature request or found a bug to report, please fill the bug report form on the addon's homepage (https://mybrowseraddon.com/draw-on-page.html).
확장 프로그램 기본 정보
이름 | Draw on Page |
ID | ngmfehckdahhmlbabjemcepfhgnoddlo |
공식 URL | https://chromewebstore.google.com/detail/draw-on-page/ngmfehckdahhmlbabjemcepfhgnoddlo |
설명 | Easily draw on any website with simple drawing tools, then print the result. |
파일 크기 | 301 KB |
설치 횟수 | 94,282 |
현재 버전 | 0.1.5 |
최근 업데이트 | 2023-12-21 |
출시 날짜 | 2020-08-25 |
평점 | 3.86/5 총 35 개의 평점 |
개발자 | leocompson |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://mybrowseraddon.com/draw-on-page.html |
도움말 페이지 URL | https://mybrowseraddon.com/draw-on-page.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.5", "manifest_version": 3, "name": "Draw on Page", "offline_enabled": true, "homepage_url": "https:\/\/mybrowseraddon.com\/draw-on-page.html", "description": "Easily draw on any website with simple drawing tools, then print the result.", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "web_accessible_resources": [ { "matches": [ " |