Mirage New Tab

Great new tab page with visual bookmarks, folders and apps.

Mirage New Tabคืออะไร?

Mirage New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย miragetab และคุณลักษณะหลักของมันคือ "Great new tab page with visual bookmarks, folders and apps."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mirage New Tab

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

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

                        This extension will change your default new tab.

Features Mirage New Tab:

 - Customizable blocks of visual bookmarks, resizing, margin and uploading your own pictures.

 - Auto background change from unsplash collections.

 - Search with the ability to change the search engine, autofocus, suggestions and history.

 - Ability to add your own apps.

 - Export and import of all user data.

 - Notepad, dark theme and more.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Mirage New Tab Mirage New Tab
ID nolmkkindjjpkgkpkhpghncjkioalpdg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mirage-new-tab/nolmkkindjjpkgkpkhpghncjkioalpdg
คำอธิบาย Great new tab page with visual bookmarks, folders and apps.
ขนาดไฟล์ 485 KB
จำนวนการติดตั้ง 579
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2021-07-30
วันที่เผยแพร่ 2021-07-30
คะแนน 5.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา miragetab
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://gtab.store/pp
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Mirage New Tab",
    "description": "Great new tab page with visual bookmarks, folders and apps.",
    "version": "1.0.0",
    "icons": {
        "256": "icons\/256.png",
        "128": "icons\/128.png",
        "64": "icons\/64.png"
    },
    "background": {
        "service_worker": "sw.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "topSites",
        "downloads"
    ],
    "host_permissions": [
        "*:\/\/google.com\/complete\/search\/*"
    ]
}