New Tab Goals
Your goals on every new tab.
Vad är New Tab Goals?
New Tab Goals är en Chrome-tillägg utvecklad av Johnson Fung, och dess huvudfunktion är "Your goals on every new tab.".
Tilläggsskärmbilder
Ladda ner New Tab Goals-förlängningens CRX-fil
Ladda ner New Tab Goals-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | fochagcpmmbpejabaegjgokbkjldiodg | 
| Officiell webbadress | https://chromewebstore.google.com/detail/new-tab-goals/fochagcpmmbpejabaegjgokbkjldiodg | 
| Beskrivning | Your goals on every new tab. | 
| Filstorlek | 99.48 KB | 
| Antal Installationer | 40 | 
| Aktuell Version | 1.1.1 | 
| Senast Uppdaterad | 2020-02-04 | 
| Publiceringsdatum | 2020-02-04 | 
| Betyg | 5.00/5 Totalt 7 Betyg | 
| Utvecklare | Johnson Fung | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Stödda Språk | 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"
    }
}  |  |