Doctor Who Tab
This extension will display a productivity tab with a Doctor Who theme
Doctor Who Tabคืออะไร?
Doctor Who Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nlai และคุณลักษณะหลักของมันคือ "This extension will display a productivity tab with a Doctor Who theme"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Doctor Who Tab
ดาวน์โหลดไฟล์ส่วนขยาย Doctor Who Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tired of the standard new tab page for Google Chrome? Fellow Whovian? You've come to the right place! The Doctor Who Chrome Extension replaces the standard new tab page and features a Tardis-themed background and todo list to keep you on track as you browse the web.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ckpglafpbjagceoefmgcifimljefkenb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/doctor-who-tab/ckpglafpbjagceoefmgcifimljefkenb |
คำอธิบาย | This extension will display a productivity tab with a Doctor Who theme |
ขนาดไฟล์ | 10.8 MB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2016-08-22 |
วันที่เผยแพร่ | 2016-08-22 |
คะแนน | 4.08/5 รวมทั้งหมด 50 คะแนน |
ผู้พัฒนา | nlai |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://github.com/n-lai/geronimo |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Doctor Who Tab", "description": "This extension will display a productivity tab with a Doctor Who theme", "version": "1.3", "chrome_url_overrides": { "newtab": "tab.html" }, "permissions": [ "activeTab", "storage" ] } |