Colorful Google

Colorful Background for www.google.com and search results_abx

什麼是Colorful Google?

Colorful Google是由abx開發的Chrome擴展程式,該擴展的主要功能是“Colorful Background for www.google.com and search results_abx”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Colorful Google擴展crx文件

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

擴展使用說明

                        Colors for Google Background and google search results.

Features:
✔️ Beautiful colors.
✔️ background color,  changes as you move mouse.
✔️ High contrast - we selected colors that work best even for color blind.
✔️ Changes color on mouse movement make a good disco party like feel.
✔️ Works in fullscreen mode.

Like my work,
Add your valuable Reviews.

Made with ❤ By : abx.                    

擴展基本資訊

名稱 Colorful Google Colorful Google
ID nijkdbmjokomfpcmadpjbholbnopmeee
官方網址 https://chrome.google.com/webstore/detail/colorful-google/nijkdbmjokomfpcmadpjbholbnopmeee
簡介 Colorful Background for www.google.com and search results_abx
檔案大小 13.5 KB
安裝次數 15
目前版本 1.0.0
更新時間 2020-11-11
上架時間 2020-11-11
開發者 abx
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://bhattcodes.github.io
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Colorful Google",
    "description": "Colorful Background for www.google.com and search results_abx",
    "version": "1.0.0",
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "https:\/\/www.google.com\/*"
            ]
        }
    ],
    "icons": {
        "192": "color.png"
    },
    "browser_action": {
        "default_icon": "color.png",
        "default_popup": "popup.html"
    }
}