OddSpace

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

Was ist OddSpace?

OddSpace ist eine Chrome-Erweiterung, die von https://zlobolet.com entwickelt wurde, und ihr Hauptmerkmal ist "OddSpace remove trailing whitespace from the selected word when you make double click select.".

Erweiterungsscreenshots

screenshot

OddSpace-Erweiterungs-CRX-Datei herunterladen

Laden Sie OddSpace-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name OddSpace OddSpace
ID jnmgaljhnlbogedbhgdhhbebchemeadh
Offizielle URL https://chromewebstore.google.com/detail/oddspace/jnmgaljhnlbogedbhgdhhbebchemeadh
Beschreibung OddSpace remove trailing whitespace from the selected word when you make double click select.
Dateigröße 17.1 KB
Installationsanzahl 112
Aktuelle Version 1.5.8
Letztes Update 2018-04-22
Veröffentlichungsdatum 2018-04-22
Bewertung 5.00/5 Insgesamt 7 Bewertungen
Entwickler https://zlobolet.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://zlobolet.com/oddspace/
Unterstützte Sprachen 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"
    }
}