Coding Tips
Coding tips when you open a new tab in Chrome
Cos'è Coding Tips?
Coding Tips è un'estensione di Chrome sviluppata da Sasikanth Dronavalli, e la sua funzione principale è "Coding tips when you open a new tab in Chrome".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Coding Tips
Scarica i file di estensione Coding Tips 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
Shows coding tips when open a new tab. Code tips from 6 programming languages i.e, Android, Python, CSS, Javascript, Bash, and GIT tips.
Informazioni di Base sull'Estensione
Nome | |
ID | gcjmgfcpbdkogbohifpkkifjpedapelg |
URL Ufficiale | https://chrome.google.com/webstore/detail/coding-tips/gcjmgfcpbdkogbohifpkkifjpedapelg |
Descrizione | Coding tips when you open a new tab in Chrome |
Dimensione del File | 111 KB |
Conteggio Installazioni | 652 |
Versione Corrente | 0.0.6 |
Ultimo Aggiornamento | 2019-07-15 |
Data di Pubblicazione | 2019-07-15 |
Valutazione | 4.55/5 Totale 11 Valutazioni |
Sviluppatore | Sasikanth Dronavalli |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/sasikanth513/coding-tips |
URL della Pagina di Aiuto | https://github.com/sasikanth513/coding-tips/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Coding Tips", "manifest_version": 2, "description": "Coding tips when you open a new tab in Chrome", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "version": "0.0.6", "permissions": [ "management", "storage" ], "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "images\/logo.png" } } |