OddSpace

OddSpace remove trailing whitespace from the selected word when you make double click select.

OddSpaceとは何ですか?

OddSpaceはhttps://zlobolet.comによって開発されたChromeの拡張機能で、その主な機能は「OddSpace remove trailing whitespace from the selected word when you make double click select.」です。

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

screenshot

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

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

拡張機能の使用方法

                        OddSpace remove trailing whitespace from the selected word when you make double click select.                    

拡張機能の基本情報

名前 OddSpace OddSpace
ID jnmgaljhnlbogedbhgdhhbebchemeadh
公式URL https://chromewebstore.google.com/detail/oddspace/jnmgaljhnlbogedbhgdhhbebchemeadh
説明 OddSpace remove trailing whitespace from the selected word when you make double click select.
ファイルサイズ 17.1 KB
インストール数 112
現在のバージョン 1.5.8
最終更新日 2018-04-22
公開日 2018-04-22
評価 5.00/5 合計 7 レビュー
開発者 https://zlobolet.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://zlobolet.com/oddspace/
対応言語 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OddSpace",
    "version": "1.5.8",
    "description": "__MSG_application_description__",
    "author": "zlobolet",
    "default_locale": "en",
    "short_name": "OddSpace",
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "oddspace.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "homepage_url": "http:\/\/zlobolet.com\/oddspace",
    "browser_action": {
        "default_title": "OddSpace"
    }
}