Literary Clock

Tell the time via literary quotes.

Apa itu Literary Clock?

Literary Clock adalah ekstensi Chrome yang dikembangkan oleh https://georgemike.com, dan fitur utamanya adalah "Tell the time via literary quotes.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Literary Clock

Unduh file ekstensi Literary Clock dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        A new tab page that tells the time via literary quotes that mention your current time.                    

Informasi Dasar Ekstensi

Nama Literary Clock Literary Clock
ID dkakoclgfplinfknmloejhabadnchdem
URL Resmi https://chromewebstore.google.com/detail/literary-clock/dkakoclgfplinfknmloejhabadnchdem
Deskripsi Tell the time via literary quotes.
Ukuran File 294 KB
Jumlah Instalasi 262
Versi Saat Ini 0.3
Terakhir Diperbarui 2024-01-26
Tanggal Publikasi 2018-08-06
Penilaian 4.75/5 Total 4 Penilaian
Pengembang https://georgemike.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://georgemike.com/
URL Halaman Bantuan https://georgemike.com/
URL Halaman Kebijakan Privasi https://www.georgemike.com/chrome/privacypolicy
Bahasa yang Didukung 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}