Literary Clock

Read time in quotations.

Was ist Literary Clock?

Literary Clock ist eine Chrome-Erweiterung, die von Bora M. Alper entwickelt wurde, und ihr Hauptmerkmal ist "Read time in quotations.".

Erweiterungsscreenshots

screenshot

Literary Clock-Erweiterungs-CRX-Datei herunterladen

Laden Sie Literary Clock-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Literary Clock Literary Clock
ID klimjjoolmemiionkhfgaligdiioehkg
Offizielle URL https://chromewebstore.google.com/detail/literary-clock/klimjjoolmemiionkhfgaligdiioehkg
Beschreibung Read time in quotations.
Dateigröße 326 KB
Installationsanzahl 2,459
Aktuelle Version 1.1.0
Letztes Update 2018-08-18
Veröffentlichungsdatum 2018-08-18
Bewertung 4.67/5 Insgesamt 3 Bewertungen
Entwickler Bora M. Alper
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://labs.boramalper.org/literary-clock
Hilfeseite URL https://github.com/boramalper/literary-clock
Unterstützte Sprachen 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"
    }
}