Literary Clock
Read time in quotations.
Wat is Literary Clock?
Literary Clock is een Chrome-extensie ontwikkeld door Bora M. Alper, en de belangrijkste functie is "Read time in quotations.".
Extensie Screenshots
Download het CRX-bestand van de extensie Literary Clock
Download Literary Clock-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | klimjjoolmemiionkhfgaligdiioehkg |
Officiële URL | https://chromewebstore.google.com/detail/literary-clock/klimjjoolmemiionkhfgaligdiioehkg |
Beschrijving | Read time in quotations. |
Bestandsgrootte | 326 KB |
Aantal Installaties | 2,459 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2018-08-18 |
Publicatiedatum | 2018-08-18 |
Beoordeling | 4.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Bora M. Alper |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://labs.boramalper.org/literary-clock |
Help Pagina-URL | https://github.com/boramalper/literary-clock |
Ondersteunde Talen | 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" } } |