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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cute-cursors.com และคุณลักษณะหลักของมันคือ "Perfect New tab to organize bookmarks with lots of features. Give a clean and modern look to your default Chrome homepage."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cute Tab - Custom Dashboard

ดาวน์โหลดไฟล์ส่วนขยาย Cute Tab - Custom Dashboard ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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": [
                ""
            ]
        }
    ]
}