ZenPage

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

Cos'è ZenPage?

ZenPage è un'estensione di Chrome sviluppata da Jack Doyle, e la sua funzione principale è "A personalised homepage featuring beautiful photography, categorised bookmarks and quick links to popular sites.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione ZenPage

Scarica i file di estensione ZenPage in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome ZenPage ZenPage
ID ambkjbmmhhlgjikfoimpdpicohjlfcnm
URL Ufficiale https://chromewebstore.google.com/detail/zenpage/ambkjbmmhhlgjikfoimpdpicohjlfcnm
Descrizione A personalised homepage featuring beautiful photography, categorised bookmarks and quick links to popular sites.
Dimensione del File 5.73 MB
Conteggio Installazioni 554
Versione Corrente 1.4
Ultimo Aggiornamento 2017-09-18
Data di Pubblicazione 2017-09-18
Valutazione 4.00/5 Totale 15 Valutazioni
Sviluppatore Jack Doyle
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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'"
}