Literary Clock
Tell the time via literary quotes.
What is Literary Clock?
Literary Clock is a Chrome extension developed by https://georgemike.com, and its main feature is "Tell the time via literary quotes.".
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
A new tab page that tells the time via literary quotes that mention your current time.
Extension Basic Information
Name | Literary Clock |
ID | dkakoclgfplinfknmloejhabadnchdem |
Official URL | https://chromewebstore.google.com/detail/literary-clock/dkakoclgfplinfknmloejhabadnchdem |
Description | Tell the time via literary quotes. |
File Size | 294 KB |
Installation Count | 262 |
Current Version | 0.3 |
Last Updated | 2024-01-26 |
Publish Date | 2018-08-06 |
Rating | 4.75/5 Total 4 Ratings |
Developer | https://georgemike.com |
[email protected] | |
Payment Type | free |
Extension Website | https://georgemike.com/ |
Help Page URL | https://georgemike.com/ |
Privacy Policy Page URL | https://www.georgemike.com/chrome/privacypolicy |
Supported Languages | 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": [ "*:\/\/*\/*" ] } ] } |