MultiSelect
Allows the user to select multiple sections of text, highlight those selections, and export them as a single text document.
Cos'è MultiSelect?
MultiSelect è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Allows the user to select multiple sections of text, highlight those selections, and export them as a single text document.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione MultiSelect
Scarica i file di estensione MultiSelect in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
MultiSelect allows you to select multiple snippets of text on a page, highlight them, and download them as a single plaintext file. Informazioni di Base sull'Estensione
| Nome | |
| ID | pgmbjfpmcplcjecijhebaaifghgoklhb |
| URL Ufficiale | https://chromewebstore.google.com/detail/multiselect/pgmbjfpmcplcjecijhebaaifghgoklhb |
| Descrizione | Allows the user to select multiple sections of text, highlight those selections, and export them as a single text document. |
| Dimensione del File | 23.82 KB |
| Conteggio Installazioni | 380 |
| Versione Corrente | 0.2 |
| Ultimo Aggiornamento | 2018-12-09 |
| Data di Pubblicazione | 2018-12-09 |
| Valutazione | 2.50/5 Totale 2 Valutazioni |
| Sviluppatore | Unknown |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
} | |