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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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/
URL หน้าช่วยเหลือ https://georgemike.com/
URL หน้านโยบายความเป็นส่วนตัว 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}