Literary Clock

Read time in quotations.

什麼是Literary Clock?

Literary Clock是由Bora M. Alper開發的Chrome擴展程式,該擴展的主要功能是“Read time in quotations.”。

擴展截圖

screenshot

下載Literary Clock擴展crx文件

下載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
官方網址 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"
    }
}