ZenPage

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

什麼是ZenPage?

ZenPage是由Jack Doyle開發的Chrome擴展程式,該擴展的主要功能是“A personalised homepage featuring beautiful photography, categorised bookmarks and quick links to popular sites.”。

擴展截圖

screenshot
screenshot
screenshot

下載ZenPage擴展crx文件

下載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
官方網址 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'"
}