Formatting Remover

Removes formatting from copied text.

Formatting Removerคืออะไร?

Formatting Remover เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Diana Antoniuk และคุณลักษณะหลักของมันคือ "Removes formatting from copied text."

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

screenshot

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

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

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

                        You probably copy and paste text many times a day but one of its annoyances is that pasting usually brings along a special text formatting style. Try to copy some text from the web and you'll usually find that it keeps original website's style when pasted in your document.

Formatting Remover extension cleans some style and formatting from copied text for you!                    

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

ชื่อ Formatting Remover Formatting Remover
ID falldinmacoaghkecpdnmcabpegajlge
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/formatting-remover/falldinmacoaghkecpdnmcabpegajlge
คำอธิบาย Removes formatting from copied text.
ขนาดไฟล์ 14.21 KB
จำนวนการติดตั้ง 138
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-10-02
วันที่เผยแพร่ 2021-10-02
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Diana Antoniuk
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Formatting Remover",
    "description": "Removes formatting from copied text.",
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "formatting-remover-logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "background.js"
            ]
        }
    ]
}