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 |
| Eメール | [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'"
} | |