Literary Clock
Tell the time via literary quotes.
Wat is Literary Clock?
Literary Clock is een Chrome-extensie ontwikkeld door https://georgemike.com, en de belangrijkste functie is "Tell the time via literary quotes.".
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
A new tab page that tells the time via literary quotes that mention your current time.
Basisinformatie over de Extensie
Naam | Literary Clock |
ID | dkakoclgfplinfknmloejhabadnchdem |
Officiële URL | https://chromewebstore.google.com/detail/literary-clock/dkakoclgfplinfknmloejhabadnchdem |
Beschrijving | Tell the time via literary quotes. |
Bestandsgrootte | 294 KB |
Aantal Installaties | 262 |
Huidige Versie | 0.3 |
Laatst Bijgewerkt | 2024-01-26 |
Publicatiedatum | 2018-08-06 |
Beoordeling | 4.75/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://georgemike.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://georgemike.com/ |
Help Pagina-URL | https://georgemike.com/ |
URL van de Privacybeleid Pagina | https://www.georgemike.com/chrome/privacypolicy |
Ondersteunde Talen | 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": [ "*:\/\/*\/*" ] } ] } |