Deep Type
A place for keep your random thoughts [privately]
Cos'è Deep Type?
Deep Type è un'estensione di Chrome sviluppata da frnd.ai, e la sua funzione principale è "A place for keep your random thoughts [privately]".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Deep Type
Scarica i file di estensione Deep Type 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
Deep Type An inception is the root of an idea that might become next billion dollor project or a cool side project, never miss your ideas again
Informazioni di Base sull'Estensione
Nome | Deep Type |
ID | fpfhjmibgfgjkdlkjfmicekmihdpbjij |
URL Ufficiale | https://chromewebstore.google.com/detail/deep-type/fpfhjmibgfgjkdlkjfmicekmihdpbjij |
Descrizione | A place for keep your random thoughts [privately] |
Dimensione del File | 12.25 KB |
Conteggio Installazioni | 44 |
Versione Corrente | 1.3.1 |
Ultimo Aggiornamento | 2020-05-09 |
Data di Pubblicazione | 2020-05-09 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | frnd.ai |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.frnd.ai/privacy-policy-1 |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Deep Type", "description": "A place for keep your random thoughts [privately]", "version": "1.3.1", "author": "Navaneeth KT", "browser_action": { "default_title": "New Tab" }, "chrome_url_overrides": { "newtab": "note.html" }, "icons": { "128": "icon2.png", "48": "icon1.png" }, "permissions": [ "activeTab", "storage" ] } |