MultiSelect

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

Vad är MultiSelect?

MultiSelect är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Allows the user to select multiple sections of text, highlight those selections, and export them as a single text document.".

Tilläggsskärmbilder

screenshot

Ladda ner MultiSelect-förlängningens CRX-fil

Ladda ner MultiSelect-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

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

Grundläggande Information om Tillägg

Namn MultiSelect MultiSelect
ID pgmbjfpmcplcjecijhebaaifghgoklhb
Officiell webbadress https://chromewebstore.google.com/detail/multiselect/pgmbjfpmcplcjecijhebaaifghgoklhb
Beskrivning Allows the user to select multiple sections of text, highlight those selections, and export them as a single text document.
Filstorlek 23.82 KB
Antal Installationer 380
Aktuell Version 0.2
Senast Uppdaterad 2018-12-09
Publiceringsdatum 2018-12-09
Betyg 2.50/5 Totalt 2 Betyg
Utvecklare Unknown
Betalningssätt free
Stödda Språk 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"
        ]
    }
}