Literary Clock
Read time in quotations.
Literary Clock là gì?
Literary Clock là một tiện ích mở rộng Chrome được phát triển bởi Bora M. Alper, và tính năng chính của nó là "Read time in quotations.".
Ả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 Literary Clock
Tải xuống các tệp mở rộng Literary Clock 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
Shows time in quotes from literature, on a dark background featuring the earth as it was ~12 hours ago (adjusted for your time-zone). Acknowledgements: Inspired by: https://www.instructables.com/id/Literary-Clock-Made-From-E-reader/ Data from: https://www.theguardian.com/books/table/2011/apr/21/literary-clock Satellite imagery is provided by Japan Meteorological Agency: https://www.data.jma.go.jp/mscweb/data/himawari/sat_img.php
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | klimjjoolmemiionkhfgaligdiioehkg |
URL Chính Thức | https://chromewebstore.google.com/detail/literary-clock/klimjjoolmemiionkhfgaligdiioehkg |
Mô tả | Read time in quotations. |
Kích Thước Tệp | 326 KB |
Số Lần Cài Đặt | 2,459 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2018-08-18 |
Ngày Phát Hành | 2018-08-18 |
Đánh Giá | 4.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Bora M. Alper |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://labs.boramalper.org/literary-clock |
URL Trang Trợ Giúp | https://github.com/boramalper/literary-clock |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Literary Clock", "version": "1.1.0", "description": "Read time in quotations.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/www.data.jma.go.jp\/mscweb\/data\/himawari\/img\/fd_\/", "storage", "unlimitedStorage" ], "background": { "page": "src\/background.html" }, "chrome_url_overrides": { "newtab": "src\/newtab.html" } } |