ZenPage

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

Qu'est-ce que ZenPage ?

ZenPage est une extension Chrome développée par Jack Doyle, et sa fonction principale est "A personalised homepage featuring beautiful photography, categorised bookmarks and quick links to popular sites.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension ZenPage

Téléchargez les fichiers d'extension ZenPage au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom ZenPage ZenPage
ID ambkjbmmhhlgjikfoimpdpicohjlfcnm
URL Officiel https://chromewebstore.google.com/detail/zenpage/ambkjbmmhhlgjikfoimpdpicohjlfcnm
Description A personalised homepage featuring beautiful photography, categorised bookmarks and quick links to popular sites.
Taille du Fichier 5.73 MB
Nombre d'Installations 554
Version Actuelle 1.4
Dernière Mise à Jour 2017-09-18
Date de Publication 2017-09-18
Évaluation 4.00/5 Total 15 Évaluations
Développeur Jack Doyle
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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'"
}