MultiSelect
Allows the user to select multiple sections of text, highlight those selections, and export them as a single text document.
Wat is MultiSelect?
MultiSelect is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Allows the user to select multiple sections of text, highlight those selections, and export them as a single text document.".
Extensie Screenshots
Download het CRX-bestand van de extensie MultiSelect
Download MultiSelect-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
MultiSelect allows you to select multiple snippets of text on a page, highlight them, and download them as a single plaintext file.
Basisinformatie over de Extensie
Naam | MultiSelect |
ID | pgmbjfpmcplcjecijhebaaifghgoklhb |
Officiële URL | https://chromewebstore.google.com/detail/multiselect/pgmbjfpmcplcjecijhebaaifghgoklhb |
Beschrijving | Allows the user to select multiple sections of text, highlight those selections, and export them as a single text document. |
Bestandsgrootte | 23.82 KB |
Aantal Installaties | 380 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2018-12-09 |
Publicatiedatum | 2018-12-09 |
Beoordeling | 2.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } } |