New GFDA tab
A new tab plugin which displays a random GFDA. More can be found at https://goodfuckingdesignadvice.com/
Cos'è New GFDA tab?
New GFDA tab è un'estensione di Chrome sviluppata da Andreas Cederström, e la sua funzione principale è "A new tab plugin which displays a random GFDA. More can be found at https://goodfuckingdesignadvice.com/".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione New GFDA tab
Scarica i file di estensione New GFDA 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
This plugin replaces the default new tab with a random Good Fucking Design Advice. All the advices, CSS and some JavaScript have been copied from http://goodfuckingdesignadvice.com/ and then modified to meet my needs.
Informazioni di Base sull'Estensione
Nome | |
ID | gbgjbabfffljcgcaeggipokmibddbjmg |
URL Ufficiale | https://chrome.google.com/webstore/detail/new-gfda-tab/gbgjbabfffljcgcaeggipokmibddbjmg |
Descrizione | A new tab plugin which displays a random GFDA. More can be found at https://goodfuckingdesignadvice.com/ |
Dimensione del File | 157 KB |
Conteggio Installazioni | 216 |
Versione Corrente | 1.0.4 |
Ultimo Aggiornamento | 2017-10-24 |
Data di Pubblicazione | 2017-10-23 |
Valutazione | 4.60/5 Totale 5 Valutazioni |
Sviluppatore | Andreas Cederström |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://goodfuckingdesignadvice.com |
URL della Pagina di Aiuto | https://github.com/cederstrom/new-gfda-tab-for-chrome/issues |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "New GFDA tab", "short_name": "New GFDA tab", "description": "A new tab plugin which displays a random GFDA. More can be found at https:\/\/goodfuckingdesignadvice.com\/", "version": "1.0.4", "chrome_url_overrides": { "newtab": "gfda.html" }, "icons": { "128": ".\/images\/logo.png" } } |