Literary Clock

Read time in quotations.

Qu'est-ce que Literary Clock ?

Literary Clock est une extension Chrome développée par Bora M. Alper, et sa fonction principale est "Read time in quotations.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Literary Clock

Téléchargez les fichiers d'extension Literary Clock au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Literary Clock Literary Clock
ID klimjjoolmemiionkhfgaligdiioehkg
URL Officiel https://chromewebstore.google.com/detail/literary-clock/klimjjoolmemiionkhfgaligdiioehkg
Description Read time in quotations.
Taille du Fichier 326 KB
Nombre d'Installations 2,459
Version Actuelle 1.1.0
Dernière Mise à Jour 2018-08-18
Date de Publication 2018-08-18
Évaluation 4.67/5 Total 3 Évaluations
Développeur Bora M. Alper
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://labs.boramalper.org/literary-clock
URL de la Page d'Aide https://github.com/boramalper/literary-clock
Langues Prises en Charge 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"
    }
}