Simple Start Page
Replace new tab page with a simple start page
Simple Start Page là gì?
Simple Start Page là một tiện ích mở rộng Chrome được phát triển bởi hawkins, và tính năng chính của nó là "Replace new tab page with a simple start page".
Ả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 Simple Start Page
Tải xuống các tệp mở rộng Simple Start 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
Simple Start Page is a simple replacement for your default New Tab page in Chrome. Simple Start Page provides an easy-to-use interface which can be customized by right-clicking on certain components, and each of these settings sync across all devices! Simple Start Page includes Google Calendar's upcoming events and, currently, three categories of four quick bookmarks you can customize to your heart's desire. -- On setup, please follow this guide to configure your google calendar: https://github.com/hawkins/start-page/wiki/Set-Up-Google-Calendar To enable device setting sync, ensure your google chrome sync is turned on and the checkbox next to "Extensions" is checked. -- This extension is an open-sourced project in which new features will be added whenever possible. You can contribute to this project at http://github.com/hawkins/start-page.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | penpdmhpelafnfaeidigoapommfeoeai |
URL Chính Thức | https://chrome.google.com/webstore/detail/simple-start-page/penpdmhpelafnfaeidigoapommfeoeai |
Mô tả | Replace new tab page with a simple start page |
Kích Thước Tệp | 1.14 MB |
Số Lần Cài Đặt | 59 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2016-03-14 |
Ngày Phát Hành | 2016-03-14 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | hawkins |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/hawkins/start-page/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simple Start Page", "description": "Replace new tab page with a simple start page", "version": "1.2", "author": "Josh Hawkins", "incognito": "split", "permissions": [ "tabs", "storage" ], "chrome_url_overrides": { "newtab": "start.html" }, "icons": { "16": "img\/fav\/favicon-16x16.png", "32": "img\/fav\/favicon-32x32.png", "96": "img\/fav\/favicon-96x96.png", "148": "img\/fav\/android-icon-48x48.png", "192": "img\/fav\/android-icon-192x192.png" }, "content_security_policy": "script-src 'self' https:\/\/www.googleapis.com\/; object-src 'self'", "manifest_version": 2 } |