MultiSelect

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

Hvad er MultiSelect?

MultiSelect er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Allows the user to select multiple sections of text, highlight those selections, and export them as a single text document.".

Udvidelsesskærmbilleder

screenshot

Download MultiSelect-udvidelses-CRX-fil

Download MultiSelect-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn MultiSelect MultiSelect
ID pgmbjfpmcplcjecijhebaaifghgoklhb
Officiel URL https://chromewebstore.google.com/detail/multiselect/pgmbjfpmcplcjecijhebaaifghgoklhb
Beskrivelse Allows the user to select multiple sections of text, highlight those selections, and export them as a single text document.
Filstørrelse 23.82 KB
Antal Installationer 380
Nuværende Version 0.2
Senest Opdateret 2018-12-09
Udgivelsesdato 2018-12-09
Bedømmelse 2.50/5 Samlet 2 Bedømmelser
Udvikler Unknown
Betalingsmetode free
Understøttede Sprog 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"
        ]
    }
}