Literary Clock
Tell the time via literary quotes.
Qu'est-ce que Literary Clock ?
Literary Clock est une extension Chrome développée par https://georgemike.com, et sa fonction principale est "Tell the time via literary quotes.".
Captures d'Écran de l'Extension
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
A new tab page that tells the time via literary quotes that mention your current time.
Informations de Base sur l'Extension
Nom | Literary Clock |
ID | dkakoclgfplinfknmloejhabadnchdem |
URL Officiel | https://chromewebstore.google.com/detail/literary-clock/dkakoclgfplinfknmloejhabadnchdem |
Description | Tell the time via literary quotes. |
Taille du Fichier | 294 KB |
Nombre d'Installations | 262 |
Version Actuelle | 0.3 |
Dernière Mise à Jour | 2024-01-26 |
Date de Publication | 2018-08-06 |
Évaluation | 4.75/5 Total 4 Évaluations |
Développeur | https://georgemike.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://georgemike.com/ |
URL de la Page d'Aide | https://georgemike.com/ |
URL de la Page de Politique de Confidentialité | https://www.georgemike.com/chrome/privacypolicy |
Langues Prises en Charge | 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": [ "*:\/\/*\/*" ] } ] } |