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
官方網址 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
電子郵箱 [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"
    }
}