OddSpace

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

OddSpaceคืออะไร?

OddSpace เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://zlobolet.com และคุณลักษณะหลักของมันคือ "OddSpace remove trailing whitespace from the selected word when you make double click select."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OddSpace

ดาวน์โหลดไฟล์ส่วนขยาย OddSpace ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ OddSpace OddSpace
ID jnmgaljhnlbogedbhgdhhbebchemeadh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/oddspace/jnmgaljhnlbogedbhgdhhbebchemeadh
คำอธิบาย OddSpace remove trailing whitespace from the selected word when you make double click select.
ขนาดไฟล์ 17.1 KB
จำนวนการติดตั้ง 112
เวอร์ชันปัจจุบัน 1.5.8
อัปเดตครั้งล่าสุด 2018-04-22
วันที่เผยแพร่ 2018-04-22
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://zlobolet.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://zlobolet.com/oddspace/
ภาษาที่รองรับ 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"
    }
}