ZenPage

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

Wat is ZenPage?

ZenPage is een Chrome-extensie ontwikkeld door Jack Doyle, en de belangrijkste functie is "A personalised homepage featuring beautiful photography, categorised bookmarks and quick links to popular sites.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie ZenPage

Download ZenPage-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam ZenPage ZenPage
ID ambkjbmmhhlgjikfoimpdpicohjlfcnm
Officiële URL https://chromewebstore.google.com/detail/zenpage/ambkjbmmhhlgjikfoimpdpicohjlfcnm
Beschrijving A personalised homepage featuring beautiful photography, categorised bookmarks and quick links to popular sites.
Bestandsgrootte 5.73 MB
Aantal Installaties 554
Huidige Versie 1.4
Laatst Bijgewerkt 2017-09-18
Publicatiedatum 2017-09-18
Beoordeling 4.00/5 Totaal 15 Beoordelingen
Ontwikkelaar Jack Doyle
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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'"
}