Tabbed.io - New Tab Page
A personalised landing page for your browser
Tabbed.io - New Tab Pageคืออะไร?
Tabbed.io - New Tab Page เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://tabbed.io และคุณลักษณะหลักของมันคือ "A personalised landing page for your browser"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tabbed.io - New Tab Page
ดาวน์โหลดไฟล์ส่วนขยาย Tabbed.io - New Tab Page ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tabbed.io replaces your new tab page with a minimalistic and clean dashboard featuring a clock and the date. Each day you receive a new random wallpaper from unsplash.com! Many addons are optional so you can choose to keep the minimalist new tab page. Features * Beautiful, random wallpaper every day with the option to choose again * Countdown timer with customisable sounds * Google I'm Feeling Lucky - super fast search! * Time and date settings * Access to Chrome Apps page * Custom wallpapers via URL (even import background GIFs!) * Syncs all of these settings and get the same wallpaper per day across your devices
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | oipnokfpeckfiofafaoikkhkmhdeoebb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/oipnokfpeckfiofafaoikkhkmhdeoebb |
คำอธิบาย | A personalised landing page for your browser |
ขนาดไฟล์ | 1.12 MB |
จำนวนการติดตั้ง | 116 |
เวอร์ชันปัจจุบัน | 1.4.2 |
อัปเดตครั้งล่าสุด | 2017-04-12 |
วันที่เผยแพร่ | 2017-04-12 |
คะแนน | 4.25/5 รวมทั้งหมด 12 คะแนน |
ผู้พัฒนา | http://tabbed.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://tabbed.io |
URL หน้าช่วยเหลือ | https://github.com/danbovey/Tabbed.io/issues |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tabbed.io - New Tab Page", "short_name": "Tabbed.io", "description": "A personalised landing page for your browser", "author": "Dan Bovey", "version": "1.4.2", "offline_enabled": true, "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "permissions": [ "activeTab", "storage", "*:\/\/*.tabbed.io\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.tabbed.io\/*" ], "js": [ "js\/extension.js" ] } ], "chrome_url_overrides": { "newtab": "index.html" } } |