GoodPlan
Replace a new tab with daily smart notes
Cos'è GoodPlan?
GoodPlan è un'estensione di Chrome sviluppata da barryjonesph, e la sua funzione principale è "Replace a new tab with daily smart notes".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GoodPlan
Scarica i file di estensione GoodPlan in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
GoodPlan is your digital smart notebook with a nice design and daily pages. With GoodPlan your thoughts, notes, and todo are just one tab away. You can also track your daily progress and go back and forth between pages.
Informazioni di Base sull'Estensione
Nome | GoodPlan |
ID | hafghakgjjmcdagnpgdljhifmbkoobbb |
URL Ufficiale | https://chromewebstore.google.com/detail/goodplan/hafghakgjjmcdagnpgdljhifmbkoobbb |
Descrizione | Replace a new tab with daily smart notes |
Dimensione del File | 1.3 MB |
Conteggio Installazioni | 194 |
Versione Corrente | 1.6.1 |
Ultimo Aggiornamento | 2020-02-10 |
Data di Pubblicazione | 2020-02-06 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | barryjonesph |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://search.quickmovietab.com/pp.php |
Lingue Supportate | en-US |
manifest.json | |
{ "browser_action": { "default_icon": "favicon\/preview-128x128.png", "default_title": "GoodPlan", "icons": { "128": "favicon\/preview-128x128.png", "16": "favicon\/favicon-16x16.png", "32": "favicon\/favicon-32x32.png" } }, "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com ; object-src 'self'", "description": "Replace a new tab with daily smart notes", "homepage_url": "https:\/\/goodplan.app\/", "icons": { "128": "favicon\/preview-128x128.png", "16": "favicon\/favicon-16x16.png", "48": "favicon\/preview-48x48.png" }, "incognito": "spanning", "manifest_version": 2, "name": "GoodPlan", "offline_enabled": true, "permissions": [ "storage" ], "short_name": "Smart notes", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.6.1" } |