tab: a startpage
Minimal, customizable, command line startpage
tab: a startpageคืออะไร?
tab: a startpage เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kory Schneider และคุณลักษณะหลักของมันคือ "Minimal, customizable, command line startpage"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย tab: a startpage
ดาวน์โหลดไฟล์ส่วนขยาย tab: a startpage ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Instructions, examples and source code @ github.com/KorySchneider/tab ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | gedoejjmdjalipopahiffdghibcodjcj |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tab-a-startpage/gedoejjmdjalipopahiffdghibcodjcj |
| คำอธิบาย | Minimal, customizable, command line startpage |
| ขนาดไฟล์ | 5.29 KB |
| จำนวนการติดตั้ง | 83 |
| เวอร์ชันปัจจุบัน | 1.0.8 |
| อัปเดตครั้งล่าสุด | 2020-03-22 |
| วันที่เผยแพร่ | 2020-03-22 |
| คะแนน | 4.83/5 รวมทั้งหมด 6 คะแนน |
| ผู้พัฒนา | Kory Schneider |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://www.github.com/koryschneider/tab |
| URL หน้าช่วยเหลือ | https://www.github.com/koryschneider/tab/issues/new |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "tab: a startpage",
"description": "Minimal, customizable, command line startpage",
"version": "1.0.8",
"manifest_version": 2,
"chrome_url_overrides": {
"newtab": "redirect.html"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
} | |