New GFDA tab

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

什么是New GFDA tab?

New GFDA tab是由Andreas Cederström开发的Chrome扩展程序,该扩展的主要功能是“A new tab plugin which displays a random GFDA. More can be found at https://goodfuckingdesignadvice.com/”。

扩展截图

screenshot

下载New GFDA tab扩展crx文件

下载New GFDA tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 New GFDA tab New GFDA tab
ID gbgjbabfffljcgcaeggipokmibddbjmg
官方URL https://chrome.google.com/webstore/detail/new-gfda-tab/gbgjbabfffljcgcaeggipokmibddbjmg
简介 A new tab plugin which displays a random GFDA. More can be found at https://goodfuckingdesignadvice.com/
文件大小 157 KB
安装次数 216
当前版本 1.0.4
更新时间 2017-10-24
上架时间 2017-10-23
评分 4.60/5 共5次评分
开发者 Andreas Cederström
付费类型 free
扩展官网 https://goodfuckingdesignadvice.com
帮助页面URL https://github.com/cederstrom/new-gfda-tab-for-chrome/issues
支持的语言 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"
    }
}