Color Text

This extension highlights selected words.

Color Textとは何ですか?

Color TextはSvetaによって開発されたChromeの拡張機能で、その主な機能は「This extension highlights selected words.」です。

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

screenshot

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

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

拡張機能の使用方法

                        This extension can highlight selected words.

 - "Color Text" can highlight multiple words.
 - Words are colored in real time.
 - You can use regex expressions (wrap regex expressions with {})                    

拡張機能の基本情報

名前 Color Text Color Text
ID ignkommcgoajegbfheombigogpiljejp
公式URL https://chrome.google.com/webstore/detail/color-text/ignkommcgoajegbfheombigogpiljejp
説明 This extension highlights selected words.
ファイルサイズ 40.28 KB
インストール数 385
現在のバージョン 1.0.3
最終更新日 2015-06-29
公開日 2015-06-29
評価 4.75/5 合計 8 レビュー
開発者 Sveta
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Color Text",
    "description": "This extension highlights selected words.",
    "version": "1.0.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "*.js",
        "jquery.js"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "myscript.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "",
        "storage"
    ]
}