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
电子邮箱 [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"
    }
}