newton
Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds!
newton là gì?
newton là một tiện ích mở rộng Chrome được phát triển bởi kingscott, và tính năng chính của nó là "Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds!".
Ả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 newton
Tải xuống các tệp mở rộng newton 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
newton is a new tab replacement tool. Based on minimalism, it will provide your new tab with a simple clock and a lovely background. The backgrounds are random and one of over 800 will be chosen. The extension is small and lightweight fulfilling all your needs in a new tab. For the more technically inclined, this code will be available free on GitHub. It is built using React.js and Babel. Learn more... http://github.com/kingscott/newton
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | newton |
ID | ogkmipmkbppmcmdgeomnhlbgijbijjpi |
URL Chính Thức | https://chromewebstore.google.com/detail/newton/ogkmipmkbppmcmdgeomnhlbgijbijjpi |
Mô tả | Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds! |
Kích Thước Tệp | 79.43 KB |
Số Lần Cài Đặt | 150 |
Phiên Bản Hiện Tại | 0.5.8 |
Cập Nhật Lần Cuối | 2015-09-25 |
Ngày Phát Hành | 2015-09-24 |
Đánh Giá | 4.44/5 Tổng số 16 Đánh Giá |
Nhà Phát Triển | kingscott |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://github.com/kingscott/newton |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "chrome_url_overrides": { "newtab": "project\/index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Replaces your new tab with a minimal page, consisting of a clock and one of over 800 beautiful backgrounds!", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2, "name": "newton", "version": "0.5.8" } |