ZenPage

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

O que é ZenPage?

ZenPage é uma extensão do Chrome desenvolvida por Jack Doyle, e sua principal característica é "A personalised homepage featuring beautiful photography, categorised bookmarks and quick links to popular sites.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão ZenPage

Baixe arquivos de extensão ZenPage no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome ZenPage ZenPage
ID ambkjbmmhhlgjikfoimpdpicohjlfcnm
URL Oficial https://chromewebstore.google.com/detail/zenpage/ambkjbmmhhlgjikfoimpdpicohjlfcnm
Descrição A personalised homepage featuring beautiful photography, categorised bookmarks and quick links to popular sites.
Tamanho do Arquivo 5.73 MB
Contagem de Instalações 554
Versão Atual 1.4
Última Atualização 2017-09-18
Data de Publicação 2017-09-18
Classificação 4.00/5 Total de 15 Avaliações
Desenvolvedor Jack Doyle
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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'"
}