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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Andreas Cederström และคุณลักษณะหลักของมันคือ "A new tab plugin which displays a random GFDA. More can be found at https://goodfuckingdesignadvice.com/"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย New GFDA tab
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" } } |