MultiSelect
Allows the user to select multiple sections of text, highlight those selections, and export them as a single text document.
Co je MultiSelect?
MultiSelect je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Allows the user to select multiple sections of text, highlight those selections, and export them as a single text document.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření MultiSelect
Stáhněte si soubory rozšíření MultiSelect ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
MultiSelect allows you to select multiple snippets of text on a page, highlight them, and download them as a single plaintext file. Základní Informace o Rozšíření
| Název | |
| ID | pgmbjfpmcplcjecijhebaaifghgoklhb |
| Oficiální URL | https://chromewebstore.google.com/detail/multiselect/pgmbjfpmcplcjecijhebaaifghgoklhb |
| Popis | Allows the user to select multiple sections of text, highlight those selections, and export them as a single text document. |
| Velikost souboru | 23.82 KB |
| Počet instalací | 380 |
| Aktuální Verze | 0.2 |
| Poslední Aktualizace | 2018-12-09 |
| Datum Vydání | 2018-12-09 |
| Hodnocení | 2.50/5 Celkem 2 Hodnocení |
| Vývojář | Unknown |
| Typ Platby | free |
| Podporované Jazyky | 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"
]
}
} | |