Embark - New Tab Page

A minimalistic new tab page.

Embark - New Tab Pageคืออะไร?

Embark - New Tab Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย James Moss และคุณลักษณะหลักของมันคือ "A minimalistic new tab page."

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

screenshot
screenshot
screenshot

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

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

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

                        Embark replaces Chrome's default new tab page with a pared back design and beautiful photography allowing you to focus on what matters.

There's a handful of features but each one is highly customisable through the options page:

- 60+ inspirational photographs
- A 12 or 24 hour clock
- The date

Embark loads blazingly fast and uses almost zero resources.                    

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

ชื่อ Embark - New Tab Page Embark - New Tab Page
ID aeajehgeohhgjbhhbicilpenjfcbfnpg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/embark-new-tab-page/aeajehgeohhgjbhhbicilpenjfcbfnpg
คำอธิบาย A minimalistic new tab page.
ขนาดไฟล์ 54.15 MB
จำนวนการติดตั้ง 27,914
เวอร์ชันปัจจุบัน 0.6.0
อัปเดตครั้งล่าสุด 2022-09-29
วันที่เผยแพร่ 2015-04-29
คะแนน 4.65/5 รวมทั้งหมด 260 คะแนน
ผู้พัฒนา James Moss
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Embark - New Tab Page",
    "short_name": "Embark",
    "version": "0.6.0",
    "author": "James Moss ",
    "description": "A minimalistic new tab page.",
    "chrome_url_overrides": {
        "newtab": "dist\/tab.html"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "dist\/options.html",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "icons\/logo-16.png",
        "48": "icons\/logo-48.png",
        "128": "icons\/logo-128.png"
    },
    "incognito": "split",
    "offline_enabled": true,
    "manifest_version": 2
}