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"
    }
}