MultiSelect

Allows the user to select multiple sections of text, highlight those selections, and export them as a single text document.

Was ist MultiSelect?

MultiSelect ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Allows the user to select multiple sections of text, highlight those selections, and export them as a single text document.".

Erweiterungsscreenshots

screenshot

MultiSelect-Erweiterungs-CRX-Datei herunterladen

Laden Sie MultiSelect-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        MultiSelect allows you to select multiple snippets of text on a page, highlight them, and download them as a single plaintext file.                    

Grundlegende Informationen zur Erweiterung

Name MultiSelect MultiSelect
ID pgmbjfpmcplcjecijhebaaifghgoklhb
Offizielle URL https://chromewebstore.google.com/detail/multiselect/pgmbjfpmcplcjecijhebaaifghgoklhb
Beschreibung Allows the user to select multiple sections of text, highlight those selections, and export them as a single text document.
Dateigröße 23.82 KB
Installationsanzahl 380
Aktuelle Version 0.2
Letztes Update 2018-12-09
Veröffentlichungsdatum 2018-12-09
Bewertung 2.50/5 Insgesamt 2 Bewertungen
Entwickler Unknown
Zahlungsart free
Unterstützte Sprachen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MultiSelect",
    "description": "Allows the user to select multiple sections of text, highlight those selections, and export them as a single text document.",
    "version": "0.2",
    "browser_action": {
        "default_icon": "msicon-48.png",
        "default_title": "Enable MultiSelect"
    },
    "icons": {
        "16": "msicon-16.png",
        "48": "msicon-48.png",
        "128": "msicon-128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "multiselect.js"
        ]
    }
}