Daily Wisdom
Advice is only as good as what you paid for it, and this is a free extension. Essentially every time you open up a new tab, a…
什么是Daily Wisdom?
Daily Wisdom是由https://gabefen.com开发的Chrome扩展程序,该扩展的主要功能是“Advice is only as good as what you paid for it, and this is a free extension. Essentially every time you open up a new tab, a…”。
扩展截图
下载Daily Wisdom扩展crx文件
下载Daily Wisdom扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Advice is only as good as what you paid for it, and this is a free extension.
Essentially every time you open up a new tab, a piece of advice or wisdom will appear to make you wiser throughout your day. 扩展基本信息
| 名称 | |
| ID | mnnifpoepkebdonijhhmfcmfmndmajde |
| 官方URL | https://chromewebstore.google.com/detail/daily-wisdom/mnnifpoepkebdonijhhmfcmfmndmajde |
| 简介 | Advice is only as good as what you paid for it, and this is a free extension. Essentially every time you open up a new tab, a… |
| 文件大小 | 46.62 KB |
| 安装次数 | 75 |
| 当前版本 | 1.1.0 |
| 更新时间 | 2023-06-29 |
| 上架时间 | 2022-03-21 |
| 开发者 | https://gabefen.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://gabefen.com/privacy-policy |
| 支持的语言 | en-US |
| manifest.json | |
{
"action": {
"default_icon": {
"128": "images\/icon.png",
"16": "images\/icon.png",
"48": "images\/icon.png"
},
"default_popup": "popup.html"
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"128": "images\/icon.png",
"16": "images\/icon.png",
"48": "images\/icon.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1Ug6VyisTZSDOq4iejtCLbskTj9iXMI8hV93wlHwfmoPCBrPO9HEILh\/\/PV2vedwwXCw6K3+yOfv8a3TMuUwBTnc8FeT+GRx0G9un7QT\/R8SZN1USe058frPdRiOOSRmCF6il+gWYvsGjwXfIfFb3cfus5GK0hx6Xx5wS+76+KpyFlTpAJvTtdqcymkJexMKrllf95Mk\/iufYdoimZt0OrSfhkl4q+jEHU2ynEWutXVwED1ZPpkBhqB8aQ3wn6val+iV9HQet3zcWCQUpiaJ0lcBw6snJG9I5Bi+sIjiWZl6qtdCgi1ttSxCwsDGfIS6mff5oHlsDQfvWqoZI4EXQwIDAQAB",
"manifest_version": 3,
"name": "Daily Wisdom",
"options_page": "options.html",
"permissions": [
"storage"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.1.0"
} | |