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/”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | gbgjbabfffljcgcaeggipokmibddbjmg |
官方網址 | 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" } } |