MultiSelect
Allows the user to select multiple sections of text, highlight those selections, and export them as a single text document.
O que é MultiSelect?
MultiSelect é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Allows the user to select multiple sections of text, highlight those selections, and export them as a single text document.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão MultiSelect
Baixe arquivos de extensão MultiSelect no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
MultiSelect allows you to select multiple snippets of text on a page, highlight them, and download them as a single plaintext file.
Informações Básicas da Extensão
Nome | MultiSelect |
ID | pgmbjfpmcplcjecijhebaaifghgoklhb |
URL Oficial | https://chromewebstore.google.com/detail/multiselect/pgmbjfpmcplcjecijhebaaifghgoklhb |
Descrição | Allows the user to select multiple sections of text, highlight those selections, and export them as a single text document. |
Tamanho do Arquivo | 23.82 KB |
Contagem de Instalações | 380 |
Versão Atual | 0.2 |
Última Atualização | 2018-12-09 |
Data de Publicação | 2018-12-09 |
Classificação | 2.50/5 Total de 2 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } } |