ZenPage

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

Co to jest ZenPage?

ZenPage to rozszerzenie Chrome opracowane przez Jack Doyle, a jego główną funkcją jest „A personalised homepage featuring beautiful photography, categorised bookmarks and quick links to popular sites.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia ZenPage

Pobierz pliki rozszerzeń ZenPage w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa ZenPage ZenPage
ID ambkjbmmhhlgjikfoimpdpicohjlfcnm
Oficjalny URL https://chromewebstore.google.com/detail/zenpage/ambkjbmmhhlgjikfoimpdpicohjlfcnm
Opis A personalised homepage featuring beautiful photography, categorised bookmarks and quick links to popular sites.
Rozmiar pliku 5.73 MB
Liczba instalacji 554
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2017-09-18
Data Publikacji 2017-09-18
Ocena 4.00/5 Łącznie 15 Oceny
Deweloper Jack Doyle
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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'"
}