Export Tabs URLs
Save a list of all open tabs into a text file.
O que é Export Tabs URLs?
Export Tabs URLs é uma extensão do Chrome desenvolvida por skend, e sua principal característica é "Save a list of all open tabs into a text file.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Export Tabs URLs
Baixe arquivos de extensão Export Tabs URLs 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
List the URLs of all the open tabs and copy that list to clipboard or export it to a file. Features: - include titles - custom format (e.g. markdown, html…) - filter tabs - limit to current window - list non-HTTP(s) URLs - ignore pinned tabs
Informações Básicas da Extensão
Nome | Export Tabs URLs |
ID | jfcmbgcnangoalgpopaakignejjfpcmo |
URL Oficial | https://chromewebstore.google.com/detail/export-tabs-urls/jfcmbgcnangoalgpopaakignejjfpcmo |
Descrição | Save a list of all open tabs into a text file. |
Tamanho do Arquivo | 65.67 KB |
Contagem de Instalações | 3,602 |
Versão Atual | 0.2.13 |
Última Atualização | 2021-09-25 |
Data de Publicação | 2021-09-25 |
Classificação | 5.00/5 Total de 9 Avaliações |
Desenvolvedor | skend |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/skend/export-tabs-urls |
URL da Página de Ajuda | https://github.com/skend/export-tabs-urls |
Idiomas Suportados | de,en-US,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "0.2.13", "default_locale": "en_US", "icons": { "16": "img\/16x16.png", "32": "img\/32x32.png", "64": "img\/64x64.png", "128": "img\/128x128.png" }, "browser_action": { "browser_style": true, "default_icon": "img\/128x128.png", "default_title": "__MSG_appButtonDesc__", "default_popup": "popup\/popup.html" }, "options_ui": { "page": "options\/options.html", "browser_style": true }, "permissions": [ "clipboardWrite", "notifications", "storage", "tabs" ] } |