Collapse Blockquote

Collapse annoying blockquote that pollute the screen

什麼是Collapse Blockquote?

Collapse Blockquote是由Emmanuel Encaoua開發的Chrome擴展程式,該擴展的主要功能是“Collapse annoying blockquote that pollute the screen”。

擴展截圖

screenshot
screenshot
screenshot

下載Collapse Blockquote擴展crx文件

下載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
官方網址 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
    }
}