Todays Horoscope

Read daily horoscopes for all the zodiac signs and get custom web search on your New Tab.

Todays Horoscopeとは何ですか?

Todays Horoscopeはhttp://todaysreadings.liveによって開発されたChromeの拡張機能で、その主な機能は「Read daily horoscopes for all the zodiac signs and get custom web search on your New Tab.」です。

拡張機能のスクリーンショット

screenshot

Todays Horoscope拡張機能のCRXファイルをダウンロード

Todays Horoscope拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Your daily horoscopes and custom search on your New Tab.
This extension adds a beautifully displayed daily horoscope for all 12 zodiac signs tucked away on the right-hand side of any new tab you open in Chrome.   Unobtrusive and updated every single day by a real astrologer.

You can uninstall the app any time you choose to if you dare tempt fate!  As always please feel free to ask questions, submit comments or ask for help should you need it.

Enjoy!                    

拡張機能の基本情報

名前 Todays Horoscope Todays Horoscope
ID kedmcngkaoijpdbnfknnndlckgngfkif
公式URL https://chrome.google.com/webstore/detail/todays-horoscope/kedmcngkaoijpdbnfknnndlckgngfkif
説明 Read daily horoscopes for all the zodiac signs and get custom web search on your New Tab.
ファイルサイズ 15 KB
インストール数 66
現在のバージョン 2.8.27.0
最終更新日 2019-09-03
公開日 2019-09-03
開発者 http://todaysreadings.live
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://todaysreadings.live
プライバシーポリシーページのURL https://suppression.io
対応言語 en-US
manifest.json
{
    "description": "Read daily horoscopes for all the zodiac signs and get custom web search on your New Tab.",
    "icons": {
        "16": "icons\/icon128.png",
        "48": "icons\/icon128.png",
        "128": "icons\/icon128.png"
    },
    "version": "2.8.27.0",
    "web_accessible_resources": [
        "icons\/*"
    ],
    "browser_action": {
        "default_icon": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "optional_permissions": [
        "management"
    ],
    "permissions": [
        "tabs",
        "cookies",
        "storage",
        "*:\/\/*.todaysreadings.live\/*"
    ],
    "manifest_version": 2,
    "name": "Todays Horoscope",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.todaysreadings.live\/*"
            ],
            "all_frames": true,
            "js": [
                "core\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "chrome_url_overrides": {
        "newtab": "web_page_home.html"
    }
}