New Tab Goals
Your goals on every new tab.
Was ist New Tab Goals?
New Tab Goals ist eine Chrome-Erweiterung, die von Johnson Fung entwickelt wurde, und ihr Hauptmerkmal ist "Your goals on every new tab.".
Erweiterungsscreenshots
New Tab Goals-Erweiterungs-CRX-Datei herunterladen
Laden Sie New Tab Goals-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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.                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | fochagcpmmbpejabaegjgokbkjldiodg | 
| Offizielle URL | https://chromewebstore.google.com/detail/new-tab-goals/fochagcpmmbpejabaegjgokbkjldiodg | 
| Beschreibung | Your goals on every new tab. | 
| Dateigröße | 99.48 KB | 
| Installationsanzahl | 40 | 
| Aktuelle Version | 1.1.1 | 
| Letztes Update | 2020-02-04 | 
| Veröffentlichungsdatum | 2020-02-04 | 
| Bewertung | 5.00/5 Insgesamt 7 Bewertungen | 
| Entwickler | Johnson Fung | 
| [email protected] | |
| Zahlungsart | free | 
| Unterstützte Sprachen | 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"
    }
}  |  |