Save All Tab URLs
Get the raw URLs of all your open tabs!
O que é Save All Tab URLs?
Save All Tab URLs é uma extensão do Chrome desenvolvida por Erisa A, e sua principal característica é "Get the raw URLs of all your open tabs!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Save All Tab URLs
Baixe arquivos de extensão Save All Tab 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
When clicked, this extension shows all the URLs of your open tabs in a convenient way for you to copy/paste and save wherever you want, allowing you to re-visit all the open tabs you had the last time you used your browser!
Informações Básicas da Extensão
Nome | Save All Tab URLs |
ID | bgjfbcjoaghcfdhnnnnaofkjbnelkkcm |
URL Oficial | https://chromewebstore.google.com/detail/save-all-tab-urls/bgjfbcjoaghcfdhnnnnaofkjbnelkkcm |
Descrição | Get the raw URLs of all your open tabs! |
Tamanho do Arquivo | 13.36 KB |
Contagem de Instalações | 1,851 |
Versão Atual | 0.1.4 |
Última Atualização | 2019-10-14 |
Data de Publicação | 2019-10-13 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | Erisa A |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://erisa.uk/privacy |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Save All Tab URLs", "description": "Get the raw URLs of all your open tabs!", "version": "0.1.4", "background": { "scripts": [ "background.js" ] }, "icons": { "48": "icons\/logo-48.png", "96": "icons\/logo-96.png", "256": "icons\/logo-256.png" }, "browser_action": { "default_icon": { "48": "icons\/logo-48.png", "96": "icons\/logo-96.png", "256": "icons\/logo-256.png" } }, "permissions": [ "tabs" ] } |