Remove Line Breaks from ClipBoard

Remove Line Breaks from Clipboard.

Remove Line Breaks from ClipBoardคืออะไร?

Remove Line Breaks from ClipBoard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย momeijw และคุณลักษณะหลักของมันคือ "Remove Line Breaks from Clipboard."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Remove Line Breaks from ClipBoard

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

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

                                            

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

ชื่อ Remove Line Breaks from ClipBoard Remove Line Breaks from ClipBoard
ID bofnagikiljagacamnjbllalbhaklajn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/remove-line-breaks-from-c/bofnagikiljagacamnjbllalbhaklajn
คำอธิบาย Remove Line Breaks from Clipboard.
ขนาดไฟล์ 5.26 KB
จำนวนการติดตั้ง 60
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2018-11-04
วันที่เผยแพร่ 2018-11-01
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา momeijw
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Remove Line Breaks from ClipBoard",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab"
    ]
}