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
官方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'"
}