Intend New Tab Page
Put what's most important right in front of you.
Cos'è Intend New Tab Page?
Intend New Tab Page è un'estensione di Chrome sviluppata da https://intend.do, e la sua funzione principale è "Put what's most important right in front of you.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Intend New Tab Page
Scarica i file di estensione Intend New Tab Page 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
Stay focused on what's most important by putting it right on your new tab page. This extension is a tiny piece of a much larger system for orienting your life towards what matters to you. To sign up for Intend, go here: https://intend.do
Informazioni di Base sull'Estensione
Nome | Intend New Tab Page |
ID | edocdpcgndegohhhonllogdaccoenaon |
URL Ufficiale | https://chromewebstore.google.com/detail/intend-new-tab-page/edocdpcgndegohhhonllogdaccoenaon |
Descrizione | Put what's most important right in front of you. |
Dimensione del File | 232 KB |
Conteggio Installazioni | 514 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2023-06-03 |
Data di Pubblicazione | 2018-04-21 |
Valutazione | 4.77/5 Totale 13 Valutazioni |
Sviluppatore | https://intend.do |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://intend.do |
Lingue Supportate | en |
manifest.json | |
{ "version": "1.0.2", "manifest_version": 3, "name": "Intend New Tab Page", "short_name": "Intend NTP", "description": "Put what's most important right in front of you.", "icons": { "16": "img\/ntp16.png", "32": "img\/ntp32.png", "48": "img\/ntp48.png", "128": "img\/ntp128.png" }, "incognito": "spanning", "permissions": [ "storage", "identity" ], "host_permissions": [ "https:\/\/intend.do\/*" ], "chrome_url_overrides": { "newtab": "newtabpage.html" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "action": { "default_popup": "newtabpage.html" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmCDErAbG4mU7rqsghR1uyIDH+0l7DujRqw+3SywsL9elb3MsL5B2iHjwfadqQRoUyPNsy3Jd6KaqlrXZFKIuKPBgOJvD3\/hkEGC4rSLMZnwJFoR\/oTMy\/MoFO1wsJIoleI\/NGpT6r1kh9jlKVZTCYDxXUBt95LmyN2SEQVrWbx\/VwyWCLBa11WgPNX\/k13BCbCCz\/Xtrw7EwuFe0N0wsgR7CAC2wDHHFNcZTcG0gYcJrZlYZoZXXur7QaBR11moWFs9PNNbxUPBvbLklD6jRts\/9eQd2dSgcBvo3QfWTi7sQM+3VFK4uhBQEiZmtn+cx2tgqq67Oya49vAv84FwY+wIDAQAB" } |