Change Background Color

Allow you to change the background color of a website / Color Picker icon by Kenneth Appiah from the Noun Project

Change Background Colorとは何ですか?

Change Background ColorはMelaine Gérardによって開発されたChromeの拡張機能で、その主な機能は「Allow you to change the background color of a website / Color Picker icon by Kenneth Appiah from the Noun Project」です。

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

screenshot

Change Background Color拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Allow you to change the background color of a website.
It can be useful when you make front end development and you want to find the best color for your background directly in your browser but you don't want to find it directly in your code.                    

拡張機能の基本情報

名前 Change Background Color Change Background Color
ID nlemjhmbplplgjghhegnamgbnbgcckha
公式URL https://chromewebstore.google.com/detail/change-background-color/nlemjhmbplplgjghhegnamgbnbgcckha
説明 Allow you to change the background color of a website / Color Picker icon by Kenneth Appiah from the Noun Project
ファイルサイズ 1.42 MB
インストール数 40
現在のバージョン 1.0
最終更新日 2021-11-06
公開日 2021-11-06
開発者 Melaine Gérard
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Change Background Color",
    "description": "Allow you to change the background color of a website \/ Color Picker icon by Kenneth Appiah from the Noun Project",
    "version": "1.0",
    "author": "Melaine G\u00e9rard ",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo.png",
            "32": "\/images\/logo.png",
            "48": "\/images\/logo.png",
            "128": "\/images\/logo.png"
        },
        "icons": {
            "16": "\/images\/logo.png",
            "32": "\/images\/logo.png",
            "48": "\/images\/logo.png",
            "128": "\/images\/logo.png"
        }
    }
}