Macify - macOS screensaver videos new tab

Turn your Chrome's new tab page into macOS's gorgeous screensaver aerial videos.

什麼是Macify - macOS screensaver videos new tab?

Macify - macOS screensaver videos new tab是由https://kenengba.com開發的Chrome擴展程式,該擴展的主要功能是“Turn your Chrome's new tab page into macOS's gorgeous screensaver aerial videos.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下載Macify - macOS screensaver videos new tab擴展crx文件

下載Macify - macOS screensaver videos new tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Turn your Chrome's new tab page into macOS's gorgeous screensaver aerial videos.

🖥️ If you're not using macOS, fear not! This extension remains compatible.

This Chrome extension delivers the following features:

🎥 Enhance your Chrome start page and new tab view with breathtaking 4K videos, taken directly from macOS' native aerial screen savers.
🌦️ Receive up-to-the-minute weather updates accompanied by a 3-day forecast.
💬 Engage with the web version of ChatGPT: simply type into the search box and begin your conversation.
🌟 Discover motivational quotes that change randomly with each new tab.
🔗 Compile your browsing history from the chosen timeframe and offer a quick-access list for your convenience.
😑 Zen mode, you can comfortably space out while accompanied by carefully selected music and watching videos.

After installing, please follow the instrutions in the options page, after you finish the configuraton, you can enjoy the macOS screen saver video as Chrome's new tab.                    

擴展基本資訊

名稱 Macify - macOS screensaver videos new tab Macify - macOS screensaver videos new tab
ID lgdipcalomggcjkohjhkhkbcpgladnoe
官方網址 https://chromewebstore.google.com/detail/macify-macos-screensaver/lgdipcalomggcjkohjhkhkbcpgladnoe
簡介 Turn your Chrome's new tab page into macOS's gorgeous screensaver aerial videos.
檔案大小 3.18 MB
安裝次數 1,219
目前版本 1.8.3
更新時間 2023-12-06
上架時間 2023-11-02
評分 4.82/5 共 17 次評分
開發者 https://kenengba.com
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://github.com/jason5ng32/macOS-Screen-Saver-as-Chrome-New-Tab
隱私政策頁面URL https://kenengba.com/privacy
支援的語言 en,es,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_sys_name__",
    "version": "1.8.3",
    "description": "__MSG_sys_description__",
    "permissions": [
        "storage",
        "scripting"
    ],
    "optional_permissions": [
        "history"
    ],
    "action": {
        "default_popup": "options.html"
    },
    "options_page": "options.html",
    "icons": {
        "128": "res\/icon.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/chat.openai.com\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "popup.html"
    },
    "default_locale": "en"
}