Motivation?
New tab extension inspired by the Motivation extension. Counts down not up.
Motivation? là gì?
Motivation? là một tiện ích mở rộng Chrome được phát triển bởi neilbedi, và tính năng chính của nó là "New tab extension inspired by the Motivation extension. Counts down not up.".
Ả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 Motivation?
Tải xuống các tệp mở rộng 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
Uses a life expectancy calculator from the University of Pennsylvania (http://gosset.wharton.upenn.edu/mortality/form.html) to estimate your time of death. Counts down the years left to the billionth decimal place.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kcngcjbgnnhcdgnaonkmjheanflddmpo |
URL Chính Thức | https://chrome.google.com/webstore/detail/motivation/kcngcjbgnnhcdgnaonkmjheanflddmpo |
Mô tả | New tab extension inspired by the Motivation extension. Counts down not up. |
Kích Thước Tệp | 116 KB |
Số Lần Cài Đặt | 124 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2015-07-13 |
Ngày Phát Hành | 2015-07-13 |
Đánh Giá | 3.50/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | neilbedi |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Motivation?", "description": "New tab extension inspired by the Motivation extension. Counts down not up.", "version": "0.2", "permissions": [ "activeTab", "http:\/\/gosset.wharton.upenn.edu\/", "https:\/\/ajax.googleapis.com\/" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" } } |