MultiSelect

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

Apa itu MultiSelect?

MultiSelect adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Allows the user to select multiple sections of text, highlight those selections, and export them as a single text document.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi MultiSelect

Unduh file ekstensi MultiSelect dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama MultiSelect MultiSelect
ID pgmbjfpmcplcjecijhebaaifghgoklhb
URL Resmi https://chromewebstore.google.com/detail/multiselect/pgmbjfpmcplcjecijhebaaifghgoklhb
Deskripsi Allows the user to select multiple sections of text, highlight those selections, and export them as a single text document.
Ukuran File 23.82 KB
Jumlah Instalasi 380
Versi Saat Ini 0.2
Terakhir Diperbarui 2018-12-09
Tanggal Publikasi 2018-12-09
Penilaian 2.50/5 Total 2 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung 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"
        ]
    }
}