New GFDA tab
A new tab plugin which displays a random GFDA. More can be found at https://goodfuckingdesignadvice.com/
What is New GFDA tab?
New GFDA tab is a Chrome extension developed by Andreas Cederström, and its main feature is "A new tab plugin which displays a random GFDA. More can be found at https://goodfuckingdesignadvice.com/".
Extension Screenshots
Download New GFDA tab Extension CRX File
Download New GFDA tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | gbgjbabfffljcgcaeggipokmibddbjmg |
Official URL | 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/ |
File Size | 157 KB |
Installation Count | 216 |
Current Version | 1.0.4 |
Last Updated | 2017-10-24 |
Publish Date | 2017-10-23 |
Rating | 4.60/5 Total 5 Ratings |
Developer | Andreas Cederström |
Payment Type | free |
Extension Website | https://goodfuckingdesignadvice.com |
Help Page URL | https://github.com/cederstrom/new-gfda-tab-for-chrome/issues |
Supported Languages | 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" } } |