Days Left New Tab
A new tab page shows you the flying of time
Days Left New Tabคืออะไร?
Days Left New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chris.h.peng และคุณลักษณะหลักของมันคือ "A new tab page shows you the flying of time"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Days Left New Tab
ดาวน์โหลดไฟล์ส่วนขยาย Days Left New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
1.1.0 Add "everyday mode". The passage of time is just like the flow of water ,which goes on day and night. --Confucious Time waits for no one. Enjoy it.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | emdccdmkpdcjbbeifnhmjieikaibegjn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/days-left-new-tab/emdccdmkpdcjbbeifnhmjieikaibegjn |
คำอธิบาย | A new tab page shows you the flying of time |
ขนาดไฟล์ | 15.57 KB |
จำนวนการติดตั้ง | 17 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2019-04-29 |
วันที่เผยแพร่ | 2019-04-29 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | chris.h.peng |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/chris-peng/days-left-new-tab |
URL หน้าช่วยเหลือ | https://github.com/chris-peng/days-left-new-tab |
ภาษาที่รองรับ | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_pluginName__", "short_name": "__MSG_shortName__", "version": "1.1.0", "description": "__MSG_pluginDesc__", "icons": { "16": "img\/icon.png", "48": "img\/icon.png", "128": "img\/icon.png" }, "browser_action": { "default_icon": "img\/icon.png", "default_title": "__MSG_shortName__: __MSG_pluginDesc__" }, "permissions": [ "storage", "http:\/\/suggestion.baidu.com\/" ], "homepage_url": "https:\/\/github.com\/chris-peng\/days-left-new-tab", "chrome_url_overrides": { "newtab": "index.html" }, "default_locale": "en", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |