OddSpace

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

OddSpace là gì?

OddSpace là một tiện ích mở rộng Chrome được phát triển bởi https://zlobolet.com, và tính năng chính của nó là "OddSpace remove trailing whitespace from the selected word when you make double click select.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng OddSpace

Tải xuống các tệp mở rộng OddSpace dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên OddSpace OddSpace
ID jnmgaljhnlbogedbhgdhhbebchemeadh
URL Chính Thức https://chromewebstore.google.com/detail/oddspace/jnmgaljhnlbogedbhgdhhbebchemeadh
Mô tả OddSpace remove trailing whitespace from the selected word when you make double click select.
Kích Thước Tệp 17.1 KB
Số Lần Cài Đặt 112
Phiên Bản Hiện Tại 1.5.8
Cập Nhật Lần Cuối 2018-04-22
Ngày Phát Hành 2018-04-22
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://zlobolet.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://zlobolet.com/oddspace/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}