ZenPage

A personalised homepage featuring beautiful photography, categorised bookmarks and quick links to popular sites.

ZenPageคืออะไร?

ZenPage เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jack Doyle และคุณลักษณะหลักของมันคือ "A personalised homepage featuring beautiful photography, categorised bookmarks and quick links to popular sites."

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

screenshot
screenshot
screenshot

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

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

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

                        This extension replaces the New Tab page with your personalised homepage, featuring beautiful photography, bookmarks management and weather information.

Features:
  - High-resolution photography from Unsplash
  - Quick links to popular websites
  - Categorisable bookmarks
  - Weather widget displaying information from Yahoo Weather                    

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

ชื่อ ZenPage ZenPage
ID ambkjbmmhhlgjikfoimpdpicohjlfcnm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/zenpage/ambkjbmmhhlgjikfoimpdpicohjlfcnm
คำอธิบาย A personalised homepage featuring beautiful photography, categorised bookmarks and quick links to popular sites.
ขนาดไฟล์ 5.73 MB
จำนวนการติดตั้ง 554
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2017-09-18
วันที่เผยแพร่ 2017-09-18
คะแนน 4.00/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา Jack Doyle
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ZenPage",
    "description": "A personalised homepage featuring beautiful photography, categorised bookmarks and quick links to popular sites.",
    "version": "1.4",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "geolocation"
    ],
    "icons": {
        "16": ".\/icons\/icon-16.png",
        "48": ".\/icons\/icon-48.png",
        "128": ".\/icons\/icon-128.png"
    },
    "applications": {
        "gecko": {
            "id": "{0aecd3ce-28bf-4b16-970f-50ad2cdbd706}"
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/maps.googleapis.com; object-src 'self'"
}