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 |
| 官方網址 | 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'"
} | |