ZenPage

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

What is ZenPage?

ZenPage is a Chrome extension developed by Jack Doyle, and its main feature is "A personalised homepage featuring beautiful photography, categorised bookmarks and quick links to popular sites.".

Extension Screenshots

screenshot
screenshot
screenshot

Download ZenPage Extension CRX File

Download ZenPage extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name ZenPage ZenPage
ID ambkjbmmhhlgjikfoimpdpicohjlfcnm
Official URL https://chromewebstore.google.com/detail/zenpage/ambkjbmmhhlgjikfoimpdpicohjlfcnm
Description A personalised homepage featuring beautiful photography, categorised bookmarks and quick links to popular sites.
File Size 5.73 MB
Installation Count 554
Current Version 1.4
Last Updated 2017-09-18
Publish Date 2017-09-18
Rating 4.00/5 Total 15 Ratings
Developer Jack Doyle
Email [email protected]
Payment Type free
Supported Languages 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'"
}