Collapse Blockquote

Collapse annoying blockquote that pollute the screen

Vad är Collapse Blockquote?

Collapse Blockquote är en Chrome-tillägg utvecklad av Emmanuel Encaoua, och dess huvudfunktion är "Collapse annoying blockquote that pollute the screen".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Collapse Blockquote-förlängningens CRX-fil

Ladda ner Collapse Blockquote-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Collapse Blockquote Collapse Blockquote
ID fhfkjlggmbgeaenklmngniakflpiaefh
Officiell webbadress https://chromewebstore.google.com/detail/collapse-blockquote/fhfkjlggmbgeaenklmngniakflpiaefh
Beskrivning Collapse annoying blockquote that pollute the screen
Filstorlek 18.43 KB
Antal Installationer 48
Aktuell Version 4.2
Senast Uppdaterad 2022-08-24
Publiceringsdatum 2019-12-08
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Emmanuel Encaoua
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.studiodesigner.net/
Stödda Språk 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
    }
}