Excellent Selection

Transform selected text using one of several built-in filters.

Excellent Selectionとは何ですか?

Excellent SelectionはTravis Paulによって開発されたChromeの拡張機能で、その主な機能は「Transform selected text using one of several built-in filters.」です。

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

screenshot

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

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

拡張機能の使用方法

                        The commands listed below are added to the right-click context menu of selected text. You can enable or disable each command in the options menu as well as set a custom text selection color.

• Lowercase
• Uppercase
• Uppercase Words
• Length
• Shuffle
• Reverse
• Search and Replace
• Word Count
• Word Wrap
• Base64 Encode
• Base64 Decode
• URL Encode
• Strip Tags
• Remove Whitespace
• Format XML
• Format JSON
• Format CSS
• Format SQL
• MD5
• SHA-1
• SHA-224
• SHA-256
• SHA-384
• SHA-512
• ROT13
• Pig Latin

You can fork this extension at github: https://github.com/TravisPaul/crx-excellent-selection                    

拡張機能の基本情報

名前 Excellent Selection Excellent Selection
ID enhkggpdbpffnbhbaimnpdjbmenlhmkm
公式URL https://chromewebstore.google.com/detail/excellent-selection/enhkggpdbpffnbhbaimnpdjbmenlhmkm
説明 Transform selected text using one of several built-in filters.
ファイルサイズ 82.43 KB
インストール数 419
現在のバージョン 1.7.1
最終更新日 2017-05-22
公開日 2017-05-22
評価 3.78/5 合計 9 レビュー
開発者 Travis Paul
支払い方法 free
拡張機能のウェブサイト https://github.com/TravisPaul/crx-excellent-selection
ヘルプページのURL https://github.com/TravisPaul/crx-excellent-selection/issues
対応言語 en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "1.7.1",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "options_page": "options.html",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "permissions": [
        "clipboardWrite",
        "contextMenus",
        "unlimitedStorage"
    ],
    "offline_enabled": true,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/selection.js"
            ]
        }
    ]
}