CodePad
A whole new way to use your Chrome Tab. Open a new tab to take notes.
Cos'è CodePad?
CodePad è un'estensione di Chrome sviluppata da webnirmanam, e la sua funzione principale è "A whole new way to use your Chrome Tab. Open a new tab to take notes.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CodePad
Scarica i file di estensione CodePad 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
A whole new way to use your Chrome Tab. Open a new tab to take notes.
Informazioni di Base sull'Estensione
Nome | CodePad |
ID | nlanembjpnihooihcihdciioiefilplk |
URL Ufficiale | https://chromewebstore.google.com/detail/codepad/nlanembjpnihooihcihdciioiefilplk |
Descrizione | A whole new way to use your Chrome Tab. Open a new tab to take notes. |
Dimensione del File | 159 KB |
Conteggio Installazioni | 169 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2018-10-24 |
Data di Pubblicazione | 2018-10-23 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | webnirmanam |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://webnirmanam.com |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CodePad", "short_name": "Pad", "version": "1.1", "manifest_version": 2, "description": "A whole new way to use your Chrome Tab. Open a new tab to take notes.", "icons": { "18": "img\/icon\/icon18.png", "48": "img\/icon\/icon48.png", "128": "img\/icon\/icon128.png" }, "background": { "scripts": [ "js\/bundle.js" ] }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "fontSettings" ] } |