New Tab Page
Replace Chrome's new tab page and motivate yourself to get things done.
New Tab Page là gì?
New Tab Page là một tiện ích mở rộng Chrome được phát triển bởi Marios Evripidou, và tính năng chính của nó là "Replace Chrome's new tab page and motivate yourself to get things done.".
Ả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 New Tab Page
Tải xuống các tệp mở rộng 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
Replaces Chromes new tab page with scenic backgrounds, motivational quotations and a countdown timer to the new year and a count-upwards timer to your current age. This is based on Alex MacCaw's Chrome extension Motivation Extension which can be found at https://chrome.google.com/webstore/detail/motivation/ofdgfpchbidcgncgfpdlpclnpaemakoj?hl=en and https://github.com/maccman/motivation Special Thanks to: a. Alex MacCaw for his idea and chrome extension source code. b. unsplash.com and the photo contributors licensed under Creative Commons Zero. c. All the people who wrote their motivational quotes. You can access the source code at: https://bitbucket.org/mariosevripidou/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nbglincijkpjapdockmblbnfminpopep |
URL Chính Thức | https://chromewebstore.google.com/detail/new-tab-page/nbglincijkpjapdockmblbnfminpopep |
Mô tả | Replace Chrome's new tab page and motivate yourself to get things done. |
Kích Thước Tệp | 50.24 MB |
Số Lần Cài Đặt | 103 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2021-03-24 |
Ngày Phát Hành | 2019-06-18 |
Đánh Giá | 4.60/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Marios Evripidou |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://marios.evripidou.me |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "assets\/js\/jquery.countTo.js", "assets\/js\/jquery-1.11.0.min.js", "assets\/js\/app.js" ] }, "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Replace Chrome's new tab page and motivate yourself to get things done.", "icons": { "128": "assets\/icons\/icon-128.png", "16": "assets\/icons\/icon-16.png", "48": "assets\/icons\/icon-48.png" }, "manifest_version": 2, "name": "New Tab Page", "offline_enabled": true, "version": "1.1" } |