OddSpace

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

Vad är OddSpace?

OddSpace är en Chrome-tillägg utvecklad av https://zlobolet.com, och dess huvudfunktion är "OddSpace remove trailing whitespace from the selected word when you make double click select.".

Tilläggsskärmbilder

screenshot

Ladda ner OddSpace-förlängningens CRX-fil

Ladda ner OddSpace-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn OddSpace OddSpace
ID jnmgaljhnlbogedbhgdhhbebchemeadh
Officiell webbadress https://chromewebstore.google.com/detail/oddspace/jnmgaljhnlbogedbhgdhhbebchemeadh
Beskrivning OddSpace remove trailing whitespace from the selected word when you make double click select.
Filstorlek 17.1 KB
Antal Installationer 112
Aktuell Version 1.5.8
Senast Uppdaterad 2018-04-22
Publiceringsdatum 2018-04-22
Betyg 5.00/5 Totalt 7 Betyg
Utvecklare https://zlobolet.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://zlobolet.com/oddspace/
Stödda Språk 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"
    }
}