Poet - New Tab Daily Poem Reads
Displays short and classic daily poems upon new tab launches.
Poet - New Tab Daily Poem Readsとは何ですか?
Poet - New Tab Daily Poem ReadsはChuyun Shenによって開発されたChromeの拡張機能で、その主な機能は「Displays short and classic daily poems upon new tab launches.」です。
拡張機能のスクリーンショット
Poet - New Tab Daily Poem Reads拡張機能のCRXファイルをダウンロード
Poet - New Tab Daily Poem Reads拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Poet displays a new poem every day.
Try it out by launching a new tab.
At the bottom right corner of the new tab, there are two buttons. You can use the heart button to save a poem to your favourites, and the grey refresh button to fetch a new poem.
If you click on the Poet icon (the quill pen), you can view and manage your poems. 拡張機能の基本情報
| 名前 | |
| ID | hkjjflfleaejocakemkheofjcmkepbcm |
| 公式URL | https://chromewebstore.google.com/detail/poet-new-tab-daily-poem-r/hkjjflfleaejocakemkheofjcmkepbcm |
| 説明 | Displays short and classic daily poems upon new tab launches. |
| ファイルサイズ | 47.24 KB |
| インストール数 | 73 |
| 現在のバージョン | 1.0.5 |
| 最終更新日 | 2021-04-11 |
| 公開日 | 2020-05-21 |
| 評価 | 5.00/5 合計 3 レビュー |
| 開発者 | Chuyun Shen |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Poet - New Tab Daily Poem Reads",
"version": "1.0.5",
"author": "Chuyun Shen",
"description": "Displays short and classic daily poems upon new tab launches.",
"manifest_version": 2,
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"storage",
"*:\/\/poetrydb.org\/*",
"*:\/\/en.wikipedia.org\/*"
],
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/poet16.png",
"32": "images\/poet32.png",
"48": "images\/poet48.png",
"128": "images\/poet128.png"
}
},
"icons": {
"16": "images\/poet16.png",
"32": "images\/poet32.png",
"48": "images\/poet48.png",
"128": "images\/poet128.png"
},
"background": {
"service_worker": "background.js"
},
"content_security_policy": "script-src 'self' https:\/\/kit.fontawesome.com; object-src 'self'"
} | |