Literary Clock
Tell the time via literary quotes.
什么是Literary Clock?
Literary Clock是由https://georgemike.com开发的Chrome扩展程序,该扩展的主要功能是“Tell the time via literary quotes.”。
扩展截图
下载Literary Clock扩展crx文件
下载Literary Clock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A new tab page that tells the time via literary quotes that mention your current time.
扩展基本信息
名称 | 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": [ "*:\/\/*\/*" ] } ] } |