New GFDA tab

A new tab plugin which displays a random GFDA. More can be found at https://goodfuckingdesignadvice.com/

Hvad er New GFDA tab?

New GFDA tab er en Chrome-udvidelse udviklet af Andreas Cederström, og dens hovedfunktion er "A new tab plugin which displays a random GFDA. More can be found at https://goodfuckingdesignadvice.com/".

Udvidelsesskærmbilleder

screenshot

Download New GFDA tab-udvidelses-CRX-fil

Download New GFDA tab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn New GFDA tab New GFDA tab
ID gbgjbabfffljcgcaeggipokmibddbjmg
Officiel URL https://chrome.google.com/webstore/detail/new-gfda-tab/gbgjbabfffljcgcaeggipokmibddbjmg
Beskrivelse A new tab plugin which displays a random GFDA. More can be found at https://goodfuckingdesignadvice.com/
Filstørrelse 157 KB
Antal Installationer 216
Nuværende Version 1.0.4
Senest Opdateret 2017-10-24
Udgivelsesdato 2017-10-23
Bedømmelse 4.60/5 Samlet 5 Bedømmelser
Udvikler Andreas Cederström
Betalingsmetode free
Udvidelseswebsted https://goodfuckingdesignadvice.com
Hjælpeside-URL https://github.com/cederstrom/new-gfda-tab-for-chrome/issues
Understøttede Sprog 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"
    }
}