Colorify

Changes the hue of words to the color they're naming.

Colorifyとは何ですか?

Colorifyはhttps://jamesmit.devによって開発されたChromeの拡張機能で、その主な機能は「Changes the hue of words to the color they're naming.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Does visiting websites make you feel like a character in The Giver? Let this extension be a token of salvation!

For any word which names a color, the hue of that word will automatically be changed to match the color it's naming.



Major Version History:
- 2.0.0: Performance update & upgrading to the 3rd generation of Google Extension's manifest system.
- 1.0.0: Replace manual search functionality with Mark.js, add contrast detection for accessibility, & expand color dictionary to every CSS-named color.
- 0.1.2: Search HTML as a string, ignoring attribute values and injecting stylized words where words naming colors existed.                    

拡張機能の基本情報

名前 Colorify Colorify
ID gkfgdccfjiaokigodbfmgbdifbemopdb
公式URL https://chromewebstore.google.com/detail/colorify/gkfgdccfjiaokigodbfmgbdifbemopdb
説明 Changes the hue of words to the color they're naming.
ファイルサイズ 27.63 KB
インストール数 18
現在のバージョン 2.0.0
最終更新日 2023-03-21
公開日 2020-07-01
開発者 https://jamesmit.dev
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/JamesMitofsky/Colorify-Extension
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Colorify",
    "version": "2.0.0",
    "manifest_version": 3,
    "description": "Changes the hue of words to the color they're naming.",
    "author": "James Tedesco",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "mark.js",
                "colors.js",
                "colorify.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "making words better since 2020"
    }
}