Creative New Tab

Change the homepage with useful space for notes, remarks or ToDo lists. Add text and edit it directly in a new tab

Creative New Tab란 무엇입니까?

Creative New Tab은(는) https://creattab.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Change the homepage with useful space for notes, remarks or ToDo lists. Add text and edit it directly in a new tab"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        The extension changes the startpage and opens custom one with a spaces where you can add text, edit it, create a ToDo lists and simple notes for everyday planing. 

Pleasant colours in a new tab design will make working during the day more comfortable for eyes in every time. 

Edit, save and organize notes directly in the Start page. Rename saved tabs, change fonts, colors, etc. 

By clicking "Add to chrome", I accept and agree to installing "Creative New Tab" extension and setting Chrome™ default search and newtab search to that provided by the service and the Terms of Use and Privacy Policy. Search results will be powered by Bing.

It's easy to access to bookmarks on the homepage as well. Bookmarks with a search bar allows you to find items quickly from the list of various websites. 

ToDo list helps you to manage important events and deals. Add title, time, date and be always updated with upcoming items. 

Privacy Policy - https://creattab.com/privacy-policy
Terms of Use - https://creattab.com/terms-of-use
About Us - https://creattab.com/about
Contact Us - https://creattab.com/contact-us                    

확장 프로그램 기본 정보

이름 Creative New Tab Creative New Tab
ID clmdfafdenalpngecihdcfohpdchklgd
공식 URL https://chromewebstore.google.com/detail/creative-new-tab/clmdfafdenalpngecihdcfohpdchklgd
설명 Change the homepage with useful space for notes, remarks or ToDo lists. Add text and edit it directly in a new tab
파일 크기 575 KB
설치 횟수 12
현재 버전 2.7.6
최근 업데이트 2023-08-01
출시 날짜 2022-12-12
평점 5.00/5 총 6 개의 평점
개발자 https://creattab.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://creattab.com/privacy-policy
지원되는 언어 en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "version": "2.7.6",
    "default_locale": "en",
    "manifest_version": 2,
    "icons": {
        "32": "img\/logo.png",
        "64": "img\/logo.png",
        "128": "img\/logo.png"
    },
    "permissions": [
        "bookmarks",
        "storage",
        "unlimitedStorage",
        "notifications",
        "alarms",
        "chrome:\/\/favicon\/*"
    ],
    "browser_action": {
        "default_title": "__MSG_title__"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "img\/*",
        "img\/*.svg",
        "img\/*.png",
        "img\/*.css",
        "img\/*.otf"
    ]
}