Front End Tips Tab
Get HTML / CSS / Javascript tips when you open a new tab in Chrome
Cos'è Front End Tips Tab?
Front End Tips Tab è un'estensione di Chrome sviluppata da Neil Patel, e la sua funzione principale è "Get HTML / CSS / Javascript tips when you open a new tab in Chrome".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Front End Tips Tab
Scarica i file di estensione Front End Tips Tab 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 Google Chrome extension to show HTML/CSS/Javascript tips in new tabs! This is for anyone learning HTML/CSS and Javascript. Many users learning to code have their own flashcards & notes. So this will help them out with an extra dash of technology! Informazioni di Base sull'Estensione
| Nome | |
| ID | igcjnmlofnnoiicdgpeabcjhbdcbieil |
| URL Ufficiale | https://chromewebstore.google.com/detail/front-end-tips-tab/igcjnmlofnnoiicdgpeabcjhbdcbieil |
| Descrizione | Get HTML / CSS / Javascript tips when you open a new tab in Chrome |
| Dimensione del File | 8.89 KB |
| Conteggio Installazioni | 51 |
| Versione Corrente | 0.0.0.1 |
| Ultimo Aggiornamento | 2017-10-03 |
| Data di Pubblicazione | 2017-10-03 |
| Valutazione | 4.50/5 Totale 2 Valutazioni |
| Sviluppatore | Neil Patel |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Front End Tips Tab",
"manifest_version": 2,
"description": "Get HTML \/ CSS \/ Javascript tips when you open a new tab in Chrome",
"version": "0.0.0.1",
"permissions": [
"management"
],
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"128": "html.png"
}
} | |