Literary Clock

Tell the time via literary quotes.

ما هو Literary Clock؟

Literary Clock هو إضافة Chrome تم تطويرها بواسطة https://georgemike.com، والميزة الرئيسية لها هي "Tell the time via literary quotes.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Literary Clock

قم بتنزيل ملفات الامتداد Literary Clock بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Literary Clock Literary Clock
ID dkakoclgfplinfknmloejhabadnchdem
عنوان URL الرسمي https://chromewebstore.google.com/detail/literary-clock/dkakoclgfplinfknmloejhabadnchdem
الوصف Tell the time via literary quotes.
حجم الملف 294 KB
عدد التثبيتات 262
النسخة الحالية 0.3
آخر تحديث 2024-01-26
تاريخ النشر 2018-08-06
تقييم 4.75/5 مجموع تقييمات 4
المطور https://georgemike.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://georgemike.com/
عنوان صفحة المساعدة https://georgemike.com/
عنوان صفحة سياسة الخصوصية https://www.georgemike.com/chrome/privacypolicy
اللغات المدعومة 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}