New Tab Goals

Your goals on every new tab.

Co to jest New Tab Goals?

New Tab Goals to rozszerzenie Chrome opracowane przez Johnson Fung, a jego główną funkcją jest „Your goals on every new tab.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia New Tab Goals

Pobierz pliki rozszerzeń New Tab Goals 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

                        Each new tab shows one of your goals on top of a beautiful photo.

All goals are saved on your machine. No login or account needed. No data is stored or tracked.

100% free, ad-free, and open-sourced.

--

My partner and I needed a way to remind ourselves of our new year goals and mantras, so we made this extension. We hope it's helpful to you and yours.

--

Thanks to the extension Buffer Values for the inspiration (and base code) and thanks to Unsplash.com for the beautiful photos.                    

Podstawowe informacje o rozszerzeniu

Nazwa New Tab Goals New Tab Goals
ID fochagcpmmbpejabaegjgokbkjldiodg
Oficjalny URL https://chromewebstore.google.com/detail/new-tab-goals/fochagcpmmbpejabaegjgokbkjldiodg
Opis Your goals on every new tab.
Rozmiar pliku 99.48 KB
Liczba instalacji 40
Aktualna Wersja 1.1.1
Ostatnia Aktualizacja 2020-02-04
Data Publikacji 2020-02-04
Ocena 5.00/5 Łącznie 7 Oceny
Deweloper Johnson Fung
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": "New Tab Goals",
    "version": "1.1.1",
    "author": "Johnson Fung",
    "short_name": "New Tab Goals",
    "description": "Your goals on every new tab.",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "graphics\/icons\/icon-128x128.png",
        "48": "graphics\/icons\/icon-48x48.png",
        "16": "graphics\/icons\/icon-16x16.png"
    }
}