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 |
| 电子邮箱 | [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'"
} | |