MultiSelect
Allows the user to select multiple sections of text, highlight those selections, and export them as a single text document.
Qu'est-ce que MultiSelect ?
MultiSelect est une extension Chrome développée par Unknown, et sa fonction principale est "Allows the user to select multiple sections of text, highlight those selections, and export them as a single text document.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension MultiSelect
Téléchargez les fichiers d'extension MultiSelect au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
MultiSelect allows you to select multiple snippets of text on a page, highlight them, and download them as a single plaintext file.
Informations de Base sur l'Extension
Nom | MultiSelect |
ID | pgmbjfpmcplcjecijhebaaifghgoklhb |
URL Officiel | 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. |
Taille du Fichier | 23.82 KB |
Nombre d'Installations | 380 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2018-12-09 |
Date de Publication | 2018-12-09 |
Évaluation | 2.50/5 Total 2 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } } |