Literary Clock
Tell the time via literary quotes.
Vad är Literary Clock?
Literary Clock är en Chrome-tillägg utvecklad av https://georgemike.com, och dess huvudfunktion är "Tell the time via literary quotes.".
Tilläggsskärmbilder
Ladda ner Literary Clock-förlängningens CRX-fil
Ladda ner Literary Clock-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
A new tab page that tells the time via literary quotes that mention your current time. Grundläggande Information om Tillägg
| Namn | |
| ID | dkakoclgfplinfknmloejhabadnchdem |
| Officiell webbadress | https://chromewebstore.google.com/detail/literary-clock/dkakoclgfplinfknmloejhabadnchdem |
| Beskrivning | Tell the time via literary quotes. |
| Filstorlek | 294 KB |
| Antal Installationer | 262 |
| Aktuell Version | 0.3 |
| Senast Uppdaterad | 2024-01-26 |
| Publiceringsdatum | 2018-08-06 |
| Betyg | 4.75/5 Totalt 4 Betyg |
| Utvecklare | https://georgemike.com |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://georgemike.com/ |
| Hjälpsida URL | https://georgemike.com/ |
| URL till Sekretesspolicy Sidan | https://www.georgemike.com/chrome/privacypolicy |
| Stödda Språk | 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": [
"*:\/\/*\/*"
]
}
]
} | |