OddSpace

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

Apa itu OddSpace?

OddSpace adalah ekstensi Chrome yang dikembangkan oleh https://zlobolet.com, dan fitur utamanya adalah "OddSpace remove trailing whitespace from the selected word when you make double click select.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi OddSpace

Unduh file ekstensi OddSpace dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama OddSpace OddSpace
ID jnmgaljhnlbogedbhgdhhbebchemeadh
URL Resmi https://chromewebstore.google.com/detail/oddspace/jnmgaljhnlbogedbhgdhhbebchemeadh
Deskripsi OddSpace remove trailing whitespace from the selected word when you make double click select.
Ukuran File 17.1 KB
Jumlah Instalasi 112
Versi Saat Ini 1.5.8
Terakhir Diperbarui 2018-04-22
Tanggal Publikasi 2018-04-22
Penilaian 5.00/5 Total 7 Penilaian
Pengembang https://zlobolet.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://zlobolet.com/oddspace/
Bahasa yang Didukung 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"
    }
}