ZenPage

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

ZenPage là gì?

ZenPage là một tiện ích mở rộng Chrome được phát triển bởi Jack Doyle, và tính năng chính của nó là "A personalised homepage featuring beautiful photography, categorised bookmarks and quick links to popular sites.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ZenPage

Tải xuống các tệp mở rộng ZenPage dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ZenPage ZenPage
ID ambkjbmmhhlgjikfoimpdpicohjlfcnm
URL Chính Thức https://chromewebstore.google.com/detail/zenpage/ambkjbmmhhlgjikfoimpdpicohjlfcnm
Mô tả A personalised homepage featuring beautiful photography, categorised bookmarks and quick links to popular sites.
Kích Thước Tệp 5.73 MB
Số Lần Cài Đặt 554
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2017-09-18
Ngày Phát Hành 2017-09-18
Đánh Giá 4.00/5 Tổng số 15 Đánh Giá
Nhà Phát Triển Jack Doyle
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}