Literary Clock
Read time in quotations.
What is Literary Clock?
Literary Clock is a Chrome extension developed by Bora M. Alper, and its main feature is "Read time in quotations.".
Extension Screenshots
Download Literary Clock Extension CRX File
Download Literary Clock extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | klimjjoolmemiionkhfgaligdiioehkg |
Official URL | https://chromewebstore.google.com/detail/literary-clock/klimjjoolmemiionkhfgaligdiioehkg |
Description | Read time in quotations. |
File Size | 326 KB |
Installation Count | 2,459 |
Current Version | 1.1.0 |
Last Updated | 2018-08-18 |
Publish Date | 2018-08-18 |
Rating | 4.67/5 Total 3 Ratings |
Developer | Bora M. Alper |
[email protected] | |
Payment Type | free |
Extension Website | http://labs.boramalper.org/literary-clock |
Help Page URL | https://github.com/boramalper/literary-clock |
Supported Languages | 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" } } |