Write on Web
This is used for the writing on the webpage similar to the Edge browser. So you can now present by writing on web
Write on Web란 무엇입니까?
Write on Web은(는) Avneesh Kumar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is used for the writing on the webpage similar to the Edge browser. So you can now present by writing on web"입니다.
확장 프로그램 스크린샷
Write on Web 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This app is is used to draw on the web pages and is very similar to the Edge Browser write on web feature. This is a very good utility app when you are in a presentation and you want to highlight some of the features while presenting from webpages. You can draw on the webpages instantly by clicking the icon and remove the drawn content by clicking on the button again. This is on great use when using on the touch screen devices and you can just start drawing on the webpages. If you face any difficulty please comment down. I am an indie developer and if you want more feature then comment it down too.
확장 프로그램 기본 정보
이름 | |
ID | fhdnnnonejjamkdfpeckggkaejdjhpen |
공식 URL | https://chrome.google.com/webstore/detail/write-on-web/fhdnnnonejjamkdfpeckggkaejdjhpen |
설명 | This is used for the writing on the webpage similar to the Edge browser. So you can now present by writing on web |
파일 크기 | 67.9 KB |
설치 횟수 | 40,000 |
현재 버전 | 0.0.9 |
최근 업데이트 | 2017-01-27 |
출시 날짜 | 2017-01-27 |
평점 | 3.60/5 총 40 개의 평점 |
개발자 | Avneesh Kumar |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Write on Web", "short_name": "WoW", "version": "0.0.9", "manifest_version": 2, "description": "This is used for the writing on the webpage similar to the Edge browser. So you can now present by writing on web", "homepage_url": "https:\/\/github.com\/avneeshkumar\/WriteOnWeb", "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "16": "icons\/Note-16.png", "24": "icons\/Note-24.png", "32": "icons\/Note-32.png", "48": "icons\/Note-48.png", "128": "icons\/Note-128.png" }, "browser_action": { "default_icon": "icons\/Note-128.png", "default_title": "Write on Web" }, "web_accessible_resources": [ "images\/*.png" ], "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "tabs" ] } |