Cute Tab - Custom Dashboard

Perfect New tab to organize bookmarks with lots of features. Give a clean and modern look to your default Chrome homepage.

Cute Tab - Custom Dashboard란 무엇입니까?

Cute Tab - Custom Dashboard은(는) https://cute-cursors.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Perfect New tab to organize bookmarks with lots of features. Give a clean and modern look to your default Chrome homepage."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Cute Tab - Custom Dashboard 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Allow custom cursors in a new tab page. With our Cute Tab - Custom Dashboard you can use cute cursors on a homepage in a browser. 

Cute Tab offers a new start page with additional features for your browser experience. 

1. Cute background will pleased you every time you start internet surfing. 

2. Manage bookmarks easily by using a search bar that makes New Tab experience unique and oriented exactly for your preferences.   

All bookmarks are gathered into close reach on the Homepage and have such a useful search bar. Any scrolling across the long list. Just start entering the name of the website and it will appear at the top of the list. 

3. Pretty clock is added directly to the new tab in a nice design in regards to a whole Cute cursors universe.

Cute Tab uses Bing as a search engine                    

확장 프로그램 기본 정보

이름 Cute Tab - Custom Dashboard Cute Tab - Custom Dashboard
ID gkdefhnhldnmfnajfkeldcaihahkhhnd
공식 URL https://chromewebstore.google.com/detail/cute-tab-custom-dashboard/gkdefhnhldnmfnajfkeldcaihahkhhnd
설명 Perfect New tab to organize bookmarks with lots of features. Give a clean and modern look to your default Chrome homepage.
파일 크기 6.03 MB
설치 횟수 62,265
현재 버전 1.4
최근 업데이트 2023-09-25
출시 날짜 2021-07-08
평점 3.89/5 총 74 개의 평점
개발자 https://cute-cursors.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://cute-cursors.com/
도움말 페이지 URL https://cute-cursors.com/contact
개인정보 보호 정책 페이지 URL https://cute-cursors.com/privacy-policy
지원되는 언어 id,ms,de,en,fil,fr,nl,no,tr,da,et,es,it,pl,sk,fi,sr,fa,mr,gu,ta,te,kn-IN,ml,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "version": "1.4",
    "default_locale": "en",
    "manifest_version": 3,
    "icons": {
        "32": "assets\/static\/32.png",
        "64": "assets\/static\/64.png",
        "128": "assets\/static\/128.png"
    },
    "permissions": [
        "bookmarks",
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "scripting",
        "management"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_title": "__MSG_title__"
    },
    "content_scripts": [
        {
            "js": [
                "app-site-controller.js"
            ],
            "matches": [
                "http:\/\/localhost:4200\/*",
                "*:\/\/cute-cursors.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/unsplash.com\/*"
            ],
            "js": [
                "unsplash.js"
            ],
            "css": [
                "assets\/static\/css\/unsplash.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "static\/*",
                "assets\/*.svg",
                "assets\/*.png",
                "assets\/*.css",
                "assets\/*.otf"
            ],
            "matches": [
                ""
            ]
        }
    ]
}