Whiteboard New Tab

Your own personal whiteboard in every new tab

Whiteboard New Tab란 무엇입니까?

Whiteboard New Tab은(는) AdNexus에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Your own personal whiteboard in every new tab"입니다.

확장 프로그램 스크린샷

screenshot

Whiteboard New Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Install Whiteboard New Tab to get your very own personal whiteboard to take scribbles, jot down notes, create art, or just see where your imagination takes you each time you open up a new tab.

By clicking "Add to chrome", I accept and agree to installing the Whiteboard New Tab extension and setting Chrome New Tab search to that provided by the service. The search will be provided by Microsoft Bing.

Privacy Policy: https://adnexus.co/privacy/

Terms of Service: https://adnexus.co/terms/

Whiteboard New Tab Features: 
- Line tool can draw a line.
- Select brush width
- Select Brush color
- Your art is automatically saved.

Our awesome Whiteboard Logo is provided courtesy of Smashicons: 
https://www.flaticon.com/premium-icon/whiteboard_3650979?term=whiteboard                    

확장 프로그램 기본 정보

이름 Whiteboard New Tab Whiteboard New Tab
ID ckhefjlffabfjkkabnfngmleegdoleih
공식 URL https://chromewebstore.google.com/detail/whiteboard-new-tab/ckhefjlffabfjkkabnfngmleegdoleih
설명 Your own personal whiteboard in every new tab
파일 크기 19.1 KB
설치 횟수 12,182
현재 버전 0.005
최근 업데이트 2023-06-07
출시 날짜 2022-05-01
평점 4.67/5 총 3 개의 평점
개발자 AdNexus
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://adnexus.co/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.005",
    "name": "Whiteboard New Tab",
    "description": "Your own personal whiteboard in every new tab",
    "chrome_url_overrides": {
        "newtab": "src\/newtab.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_icon": "icons\/48.png"
    }
}