New Tab Goals

Your goals on every new tab.

Qu'est-ce que New Tab Goals ?

New Tab Goals est une extension Chrome développée par Johnson Fung, et sa fonction principale est "Your goals on every new tab.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension New Tab Goals

Téléchargez les fichiers d'extension New Tab Goals 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

                        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.                    

Informations de Base sur l'Extension

Nom New Tab Goals New Tab Goals
ID fochagcpmmbpejabaegjgokbkjldiodg
URL Officiel https://chromewebstore.google.com/detail/new-tab-goals/fochagcpmmbpejabaegjgokbkjldiodg
Description Your goals on every new tab.
Taille du Fichier 99.48 KB
Nombre d'Installations 40
Version Actuelle 1.1.1
Dernière Mise à Jour 2020-02-04
Date de Publication 2020-02-04
Évaluation 5.00/5 Total 7 Évaluations
Développeur Johnson Fung
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": "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"
    }
}