Active Tab Exporter for Chrome
Export currently open Chrome tab URLs to the clipboard or download the list as a file.
O que é Active Tab Exporter for Chrome?
Active Tab Exporter for Chrome é uma extensão do Chrome desenvolvida por https://mnmapplications.com, e sua principal característica é "Export currently open Chrome tab URLs to the clipboard or download the list as a file.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Active Tab Exporter for Chrome
Baixe arquivos de extensão Active Tab Exporter for Chrome 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
Active Tab Exporter for Chrome gives you the ability to quickly export all of your open Chrome tab URLs to clipboard or to a file. This saves you all the effort of having to go through each tab you have open and click into the URL bar, copy the URL, and finally paste it wherever you need it to go. With this extension, you can do everything with a single button click. ======================================== MAIN FEATURES ======================================== • Option to include all open Chrome windows or just the tabs in the currently active window • Option to sort the output (enabled by default) • Copy the list of URLs to your clipboard with 1 button • Export the list of URLs to a file (TXT, CSV, JSON). ======================================== URL LIST EXPORT OPTIONS ======================================== • Copy to Clipboard • TXT • CSV • JSON ======================================== SECURITY / PERMISSIONS ======================================== * This extension requests the 'tabs' permission - which it needs in order to fetch all of your open tab URLs so it can export them to you.
Informações Básicas da Extensão
Nome | Active Tab Exporter for Chrome |
ID | klffcomidfmikbjjkhfclfiegclldnhb |
URL Oficial | https://chromewebstore.google.com/detail/active-tab-exporter-for-c/klffcomidfmikbjjkhfclfiegclldnhb |
Descrição | Export currently open Chrome tab URLs to the clipboard or download the list as a file. |
Tamanho do Arquivo | 4.6 MB |
Contagem de Instalações | 1,899 |
Versão Atual | 1.02 |
Última Atualização | 2023-11-21 |
Data de Publicação | 2020-07-04 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | https://mnmapplications.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://mnmapplications.com/chrome-extensions/ |
URL da Página de Ajuda | https://mnmapplications.com/contact/ |
URL da Página de Política de Privacidade | https://mnmapplications.com/privacy-policy-active-tab-exporter-for-chrome |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Active Tab Exporter for Chrome", "version": "1.02", "description": "Export currently open Chrome tab URLs to the clipboard or download the list as a file.", "manifest_version": 3, "icons": { "16": "assets\/images\/icon-16.png", "48": "assets\/images\/icon-48.png", "128": "assets\/images\/icon-128.png" }, "action": { "default_icon": { "16": "assets\/images\/icon-16.png", "48": "assets\/images\/icon-48.png", "128": "assets\/images\/icon-128.png" }, "default_popup": "index.html" }, "permissions": [ "tabs" ] } |