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 |
| 公式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 |
| Eメール | [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": [
"*:\/\/*\/*"
]
}
]
} | |