Tabbed.io - New Tab Page
A personalised landing page for your browser
Tabbed.io - New Tab Page là gì?
Tabbed.io - New Tab Page là một tiện ích mở rộng Chrome được phát triển bởi http://tabbed.io, và tính năng chính của nó là "A personalised landing page for your browser".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Tabbed.io - New Tab Page
Tải xuống các tệp mở rộng Tabbed.io - New Tab Page dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | oipnokfpeckfiofafaoikkhkmhdeoebb |
URL Chính Thức | https://chrome.google.com/webstore/detail/oipnokfpeckfiofafaoikkhkmhdeoebb |
Mô tả | A personalised landing page for your browser |
Kích Thước Tệp | 1.12 MB |
Số Lần Cài Đặt | 116 |
Phiên Bản Hiện Tại | 1.4.2 |
Cập Nhật Lần Cuối | 2017-04-12 |
Ngày Phát Hành | 2017-04-12 |
Đánh Giá | 4.25/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | http://tabbed.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://tabbed.io |
URL Trang Trợ Giúp | https://github.com/danbovey/Tabbed.io/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |