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. 擴展基本資訊
| 名稱 | |
| ID | dkakoclgfplinfknmloejhabadnchdem |
| 官方網址 | 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": [
"*:\/\/*\/*"
]
}
]
} | |