Daily Horoscope
Check today's horoscope based on your zodiac sign
什么是Daily Horoscope?
Daily Horoscope是由ericparkmusic开发的Chrome扩展程序,该扩展的主要功能是“Check today's horoscope based on your zodiac sign”。
扩展截图
下载Daily Horoscope扩展crx文件
下载Daily Horoscope扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Check today's horoscope based on your zodiac sign.
Daily Horoscope is the simplest and quickest way to keep updated on the most recent horoscope news!
Features:
- Simply click on your zodiac sign to reveal your daily horoscope
- Updated daily for the most up-to-date information
- Check your lucky number, time, and color 扩展基本信息
| 名称 | |
| ID | dahndclppldkbankfpofhollfnbgebfa |
| 官方URL | https://chromewebstore.google.com/detail/daily-horoscope/dahndclppldkbankfpofhollfnbgebfa |
| 简介 | Check today's horoscope based on your zodiac sign |
| 文件大小 | 47.92 KB |
| 安装次数 | 94 |
| 当前版本 | 1.0 |
| 更新时间 | 2021-02-18 |
| 上架时间 | 2021-02-18 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | ericparkmusic |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Daily Horoscope",
"version": "1.0",
"description": "Check today's horoscope based on your zodiac sign",
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/img\/icon16.png",
"32": "\/img\/icon32.png",
"48": "\/img\/icon64.png",
"128": "\/img\/icon128.png"
}
},
"icons": {
"16": "\/img\/icon16.png",
"32": "\/img\/icon32.png",
"48": "\/img\/icon64.png",
"128": "\/img\/icon128.png"
},
"content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/cdn.jsdelivr.net; object-src 'self'"
} | |