OddSpace

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

What is OddSpace?

OddSpace is a Chrome extension developed by https://zlobolet.com, and its main feature is "OddSpace remove trailing whitespace from the selected word when you make double click select.".

Extension Screenshots

screenshot

Download OddSpace Extension CRX File

Download OddSpace extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name OddSpace OddSpace
ID jnmgaljhnlbogedbhgdhhbebchemeadh
Official URL https://chromewebstore.google.com/detail/oddspace/jnmgaljhnlbogedbhgdhhbebchemeadh
Description OddSpace remove trailing whitespace from the selected word when you make double click select.
File Size 17.1 KB
Installation Count 112
Current Version 1.5.8
Last Updated 2018-04-22
Publish Date 2018-04-22
Rating 5.00/5 Total 7 Ratings
Developer https://zlobolet.com
Email [email protected]
Payment Type free
Extension Website http://zlobolet.com/oddspace/
Supported Languages 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"
    }
}