New Tab Motivation
Motivational quotes delivered every time you open up a new tab.
New Tab Motivation là gì?
New Tab Motivation là một tiện ích mở rộng Chrome được phát triển bởi The Mindful Tech Lab, và tính năng chính của nó là "Motivational quotes delivered every time you open up a new tab.".
Ả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 Motivation
Tải xuống các tệp mở rộng New Tab Motivation 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
☆☆☆ Featured in Lifehacker! ☆☆☆ Get inspired each time you open a new browser tab. New Tab Motivation replaces your new tab page with a selection of randomized motivational quotes displayed in a minimalist layout. Developed by The Mindful Tech Lab. Learn more at www.TheMindfulTechLab.com
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mcanfonlcebdnacjecfahjjecnfekkke |
URL Chính Thức | https://chrome.google.com/webstore/detail/new-tab-motivation/mcanfonlcebdnacjecfahjjecnfekkke |
Mô tả | Motivational quotes delivered every time you open up a new tab. |
Kích Thước Tệp | 49.42 KB |
Số Lần Cài Đặt | 2,000 |
Phiên Bản Hiện Tại | 4.3 |
Cập Nhật Lần Cuối | 2017-03-25 |
Ngày Phát Hành | 2017-03-25 |
Đánh Giá | 4.60/5 Tổng số 72 Đánh Giá |
Nhà Phát Triển | The Mindful Tech Lab |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://themindfultechlab.com |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "name": "New Tab Motivation", "description": "Motivational quotes delivered every time you open up a new tab.", "version": "4.3", "browser_action": { "default_icon": "icon.png" }, "permissions": [ "management" ], "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |