Collapse Blockquote

Collapse annoying blockquote that pollute the screen

Collapse Blockquoteคืออะไร?

Collapse Blockquote เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Emmanuel Encaoua และคุณลักษณะหลักของมันคือ "Collapse annoying blockquote that pollute the screen"

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

screenshot
screenshot
screenshot

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

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

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

                        Built especially for Zendesk but will work on any platform.
This app will allow you to hide and show any blockquote that you want to hide.                    

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

ชื่อ Collapse Blockquote Collapse Blockquote
ID fhfkjlggmbgeaenklmngniakflpiaefh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/collapse-blockquote/fhfkjlggmbgeaenklmngniakflpiaefh
คำอธิบาย Collapse annoying blockquote that pollute the screen
ขนาดไฟล์ 18.43 KB
จำนวนการติดตั้ง 48
เวอร์ชันปัจจุบัน 4.2
อัปเดตครั้งล่าสุด 2022-08-24
วันที่เผยแพร่ 2019-12-08
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Emmanuel Encaoua
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.studiodesigner.net/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Collapse Blockquote",
    "author": "Emmanuel Elnekave",
    "version": "4.2",
    "description": "Collapse annoying blockquote that pollute the screen",
    "permissions": [
        "scripting",
        "contextMenus"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js",
        "persistant": false
    }
}