Whiteboard New Tab
Browse Chrome with a simple writeboard on every new tab
Whiteboard New Tab란 무엇입니까?
Whiteboard New Tab은(는) GINetwork LTD에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browse Chrome with a simple writeboard on every new tab"입니다.
확장 프로그램 스크린샷
Whiteboard New Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
*Free-form writing and drawing (using mouse or e-pen). *Multiple brush sizes and colors. *Work is saved between sessions. By clicking "Add to chrome", I accept and agree to installing the Whiteboard New Tab Chrome extension and setting Chrome™ New Tab search to that provided by the service and the Terms of Use and Privacy Policy. The extension will update your search settings and will change your New Tab search services provided by Bing. Terms of Service: https://www.ginetwork.co/whiteboard-new-tab-terms Privacy Policy: https://www.ginetwork.co/whiteboard-new-tab-privacy About Us: https://www.ginetwork.co/about Contact Us: https://www.ginetwork.co/contact
확장 프로그램 기본 정보
이름 | |
ID | edkebnkjabbndojcambndlmgmolbmaib |
공식 URL | https://chrome.google.com/webstore/detail/whiteboard-new-tab/edkebnkjabbndojcambndlmgmolbmaib |
설명 | Browse Chrome with a simple writeboard on every new tab |
파일 크기 | 12.51 KB |
설치 횟수 | 1,167 |
현재 버전 | 1.02 |
최근 업데이트 | 2021-12-02 |
출시 날짜 | 2021-10-21 |
평점 | 3.86/5 총 7 개의 평점 |
개발자 | GINetwork LTD |
이메일 | [email protected] |
개인정보 보호 정책 페이지 URL | https://www.ginetwork.co/privacy-policy |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.02", "name": "Whiteboard New Tab", "description": "Browse Chrome with a simple writeboard on every new tab", "chrome_url_overrides": { "newtab": "src\/newtab.html" }, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": "icons\/48.png" } } |