New GFDA tab
A new tab plugin which displays a random GFDA. More can be found at https://goodfuckingdesignadvice.com/
Wat is New GFDA tab?
New GFDA tab is een Chrome-extensie ontwikkeld door Andreas Cederström, en de belangrijkste functie is "A new tab plugin which displays a random GFDA. More can be found at https://goodfuckingdesignadvice.com/".
Extensie Screenshots
Download het CRX-bestand van de extensie New GFDA tab
Download New GFDA tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | gbgjbabfffljcgcaeggipokmibddbjmg |
Officiële URL | https://chrome.google.com/webstore/detail/new-gfda-tab/gbgjbabfffljcgcaeggipokmibddbjmg |
Beschrijving | A new tab plugin which displays a random GFDA. More can be found at https://goodfuckingdesignadvice.com/ |
Bestandsgrootte | 157 KB |
Aantal Installaties | 216 |
Huidige Versie | 1.0.4 |
Laatst Bijgewerkt | 2017-10-24 |
Publicatiedatum | 2017-10-23 |
Beoordeling | 4.60/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Andreas Cederström |
Betalingswijze | free |
Extensiewebsite | https://goodfuckingdesignadvice.com |
Help Pagina-URL | https://github.com/cederstrom/new-gfda-tab-for-chrome/issues |
Ondersteunde Talen | 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" } } |