New GFDA tab
A new tab plugin which displays a random GFDA. More can be found at https://goodfuckingdesignadvice.com/
Qu'est-ce que New GFDA tab ?
New GFDA tab est une extension Chrome développée par Andreas Cederström, et sa fonction principale est "A new tab plugin which displays a random GFDA. More can be found at https://goodfuckingdesignadvice.com/".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension New GFDA tab
Téléchargez les fichiers d'extension New GFDA tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | gbgjbabfffljcgcaeggipokmibddbjmg |
URL Officiel | https://chrome.google.com/webstore/detail/new-gfda-tab/gbgjbabfffljcgcaeggipokmibddbjmg |
Description | A new tab plugin which displays a random GFDA. More can be found at https://goodfuckingdesignadvice.com/ |
Taille du Fichier | 157 KB |
Nombre d'Installations | 216 |
Version Actuelle | 1.0.4 |
Dernière Mise à Jour | 2017-10-24 |
Date de Publication | 2017-10-23 |
Évaluation | 4.60/5 Total 5 Évaluations |
Développeur | Andreas Cederström |
Type de Paiement | free |
Site Web de l'Extension | https://goodfuckingdesignadvice.com |
URL de la Page d'Aide | https://github.com/cederstrom/new-gfda-tab-for-chrome/issues |
Langues Prises en Charge | 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" } } |