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
公式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
Eメール [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
    }
}