OddSpace

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

Wat is OddSpace?

OddSpace is een Chrome-extensie ontwikkeld door https://zlobolet.com, en de belangrijkste functie is "OddSpace remove trailing whitespace from the selected word when you make double click select.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie OddSpace

Download OddSpace-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam OddSpace OddSpace
ID jnmgaljhnlbogedbhgdhhbebchemeadh
Officiële URL https://chromewebstore.google.com/detail/oddspace/jnmgaljhnlbogedbhgdhhbebchemeadh
Beschrijving OddSpace remove trailing whitespace from the selected word when you make double click select.
Bestandsgrootte 17.1 KB
Aantal Installaties 112
Huidige Versie 1.5.8
Laatst Bijgewerkt 2018-04-22
Publicatiedatum 2018-04-22
Beoordeling 5.00/5 Totaal 7 Beoordelingen
Ontwikkelaar https://zlobolet.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://zlobolet.com/oddspace/
Ondersteunde Talen 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"
    }
}