Literary Clock
Read time in quotations.
什么是Literary Clock?
Literary Clock是由Bora M. Alper开发的Chrome扩展程序,该扩展的主要功能是“Read time in quotations.”。
扩展截图
下载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
扩展基本信息
名称 | |
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" } } |