Literary Clock
Tell the time via literary quotes.
Literary Clock là gì?
Literary Clock là một tiện ích mở rộng Chrome được phát triển bởi https://georgemike.com, và tính năng chính của nó là "Tell the time via literary quotes.".
Ả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
A new tab page that tells the time via literary quotes that mention your current time.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Literary Clock |
ID | dkakoclgfplinfknmloejhabadnchdem |
URL Chính Thức | https://chromewebstore.google.com/detail/literary-clock/dkakoclgfplinfknmloejhabadnchdem |
Mô tả | Tell the time via literary quotes. |
Kích Thước Tệp | 294 KB |
Số Lần Cài Đặt | 262 |
Phiên Bản Hiện Tại | 0.3 |
Cập Nhật Lần Cuối | 2024-01-26 |
Ngày Phát Hành | 2018-08-06 |
Đánh Giá | 4.75/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://georgemike.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://georgemike.com/ |
URL Trang Trợ Giúp | https://georgemike.com/ |
URL Trang Chính Sách Bảo Mật | https://www.georgemike.com/chrome/privacypolicy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.3", "name": "Literary Clock", "description": "Tell the time via literary quotes.", "icons": { "128": "images\/icon.clock.128.png" }, "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "newtab.html" }, "incognito": "split", "options_page": "options.html", "background": { "service_worker": "js\/background.js" }, "web_accessible_resources": [ { "resources": [ "data\/quotes.csv" ], "matches": [ "*:\/\/*\/*" ] } ] } |