If You're Bored... New Tab
New tab page that shows list of things you could be doing instead of wasting your time on the internet.
If You're Bored... New Tabคืออะไร?
If You're Bored... New Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย johannes.santen และคุณลักษณะหลักของมันคือ "New tab page that shows list of things you could be doing instead of wasting your time on the internet."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย If You're Bored... New Tab
ดาวน์โหลดไฟล์ส่วนขยาย If You're Bored... New Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension replaces the default new tab page in chrome with an editable list. The idea is that if you're opening a new tab because you're bored, you'll see a list of things you could be doing instead of wasting your time on the internet.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | If You're Bored... New Tab |
ID | ighnmhifdfldfhjnfplnmmjlfpjlbbci |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/if-youre-bored-new-tab/ighnmhifdfldfhjnfplnmmjlfpjlbbci |
คำอธิบาย | New tab page that shows list of things you could be doing instead of wasting your time on the internet. |
ขนาดไฟล์ | 99.84 KB |
จำนวนการติดตั้ง | 20 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2017-05-14 |
วันที่เผยแพร่ | 2017-05-14 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | johannes.santen |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "If You're Bored... New Tab", "description": "New tab page that shows list of things you could be doing instead of wasting your time on the internet.", "version": "1.1", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "browser_action": { "default_icon": "icon.png" }, "incognito": "split", "chrome_url_overrides": { "newtab": "ifyourebored.html" } } |