Literary Clock

Read time in quotations.

Literary Clockคืออะไร?

Literary Clock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bora M. Alper และคุณลักษณะหลักของมันคือ "Read time in quotations."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Literary Clock

ดาวน์โหลดไฟล์ส่วนขยาย Literary Clock ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Shows time in quotes from literature, on a dark background featuring the earth as it was ~12 hours ago (adjusted for your time-zone).

Acknowledgements:

Inspired by: https://www.instructables.com/id/Literary-Clock-Made-From-E-reader/
Data from: https://www.theguardian.com/books/table/2011/apr/21/literary-clock
Satellite imagery is provided by Japan Meteorological Agency: https://www.data.jma.go.jp/mscweb/data/himawari/sat_img.php                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Literary Clock Literary Clock
ID klimjjoolmemiionkhfgaligdiioehkg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/literary-clock/klimjjoolmemiionkhfgaligdiioehkg
คำอธิบาย Read time in quotations.
ขนาดไฟล์ 326 KB
จำนวนการติดตั้ง 2,459
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2018-08-18
วันที่เผยแพร่ 2018-08-18
คะแนน 4.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Bora M. Alper
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://labs.boramalper.org/literary-clock
URL หน้าช่วยเหลือ https://github.com/boramalper/literary-clock
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Literary Clock",
    "version": "1.1.0",
    "description": "Read time in quotations.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/www.data.jma.go.jp\/mscweb\/data\/himawari\/img\/fd_\/",
        "storage",
        "unlimitedStorage"
    ],
    "background": {
        "page": "src\/background.html"
    },
    "chrome_url_overrides": {
        "newtab": "src\/newtab.html"
    }
}