Collapse Blockquote

Collapse annoying blockquote that pollute the screen

Collapse Blockquote là gì?

Collapse Blockquote là một tiện ích mở rộng Chrome được phát triển bởi Emmanuel Encaoua, và tính năng chính của nó là "Collapse annoying blockquote that pollute the screen".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Collapse Blockquote 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

                        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.                    

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

Tên Collapse Blockquote Collapse Blockquote
ID fhfkjlggmbgeaenklmngniakflpiaefh
URL Chính Thức https://chromewebstore.google.com/detail/collapse-blockquote/fhfkjlggmbgeaenklmngniakflpiaefh
Mô tả Collapse annoying blockquote that pollute the screen
Kích Thước Tệp 18.43 KB
Số Lần Cài Đặt 48
Phiên Bản Hiện Tại 4.2
Cập Nhật Lần Cuối 2022-08-24
Ngày Phát Hành 2019-12-08
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Emmanuel Encaoua
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.studiodesigner.net/
Ngôn Ngữ Được Hỗ Trợ 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
    }
}