OddSpace

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

Qu'est-ce que OddSpace ?

OddSpace est une extension Chrome développée par https://zlobolet.com, et sa fonction principale est "OddSpace remove trailing whitespace from the selected word when you make double click select.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension OddSpace

Téléchargez les fichiers d'extension OddSpace au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom OddSpace OddSpace
ID jnmgaljhnlbogedbhgdhhbebchemeadh
URL Officiel https://chromewebstore.google.com/detail/oddspace/jnmgaljhnlbogedbhgdhhbebchemeadh
Description OddSpace remove trailing whitespace from the selected word when you make double click select.
Taille du Fichier 17.1 KB
Nombre d'Installations 112
Version Actuelle 1.5.8
Dernière Mise à Jour 2018-04-22
Date de Publication 2018-04-22
Évaluation 5.00/5 Total 7 Évaluations
Développeur https://zlobolet.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://zlobolet.com/oddspace/
Langues Prises en Charge 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"
    }
}