MultiSelect

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

What is MultiSelect?

MultiSelect is a Chrome extension developed by Unknown, and its main feature is "Allows the user to select multiple sections of text, highlight those selections, and export them as a single text document.".

Extension Screenshots

screenshot

Download MultiSelect Extension CRX File

Download MultiSelect extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name MultiSelect MultiSelect
ID pgmbjfpmcplcjecijhebaaifghgoklhb
Official URL https://chromewebstore.google.com/detail/multiselect/pgmbjfpmcplcjecijhebaaifghgoklhb
Description Allows the user to select multiple sections of text, highlight those selections, and export them as a single text document.
File Size 23.82 KB
Installation Count 380
Current Version 0.2
Last Updated 2018-12-09
Publish Date 2018-12-09
Rating 2.50/5 Total 2 Ratings
Developer Unknown
Payment Type free
Supported Languages 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"
        ]
    }
}