MultiSelect

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

¿Qué es MultiSelect?

MultiSelect es una extensión de Chrome desarrollada por Unknown, y su función principal es "Allows the user to select multiple sections of text, highlight those selections, and export them as a single text document.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión MultiSelect

Descarga archivos de extensión MultiSelect en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre MultiSelect MultiSelect
ID pgmbjfpmcplcjecijhebaaifghgoklhb
URL Oficial https://chromewebstore.google.com/detail/multiselect/pgmbjfpmcplcjecijhebaaifghgoklhb
Descripción Allows the user to select multiple sections of text, highlight those selections, and export them as a single text document.
Tamaño del Archivo 23.82 KB
Cantidad de Instalaciones 380
Versión Actual 0.2
Última Actualización 2018-12-09
Fecha de Publicación 2018-12-09
Calificación 2.50/5 Total de 2 Calificaciones
Desarrollador Unknown
Tipo de Pago free
Idiomas Soportados 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"
        ]
    }
}