Copy Tabs Title URL
Copy the title and URL from a Chrome tabs
O que é Copy Tabs Title URL?
Copy Tabs Title URL é uma extensão do Chrome desenvolvida por standard.software.net, e sua principal característica é "Copy the title and URL from a Chrome tabs".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Copy Tabs Title URL
Baixe arquivos de extensão Copy Tabs Title URL 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
Copy the title and URL from a Chrome tabs. Function - Short Amazon URL (.com and .co.jp) - Delete Parameter after ? From URL - No Encode Japanese URL - Remove Bracketed (---) From Title - Replace Space Zenkaku to Hankaku From Title (Japanese Space Char type) - Remove Answer's Name From Title On Quora (English and Japanese) - Remove UserName From Title On GitHub Pull Request
Informações Básicas da Extensão
Nome | Copy Tabs Title URL |
ID | lcfoefigmljgmbolbodknedngjcgelng |
URL Oficial | https://chromewebstore.google.com/detail/copy-tabs-title-url/lcfoefigmljgmbolbodknedngjcgelng |
Descrição | Copy the title and URL from a Chrome tabs |
Tamanho do Arquivo | 8.93 KB |
Contagem de Instalações | 113 |
Versão Atual | 1.0.2 |
Última Atualização | 2022-04-18 |
Data de Publicação | 2022-03-09 |
Desenvolvedor | standard.software.net |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/standard-software/chrome-copy-tabs-title-url |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy Tabs Title URL", "version": "1.0.2", "description": "Copy the title and URL from a Chrome tabs", "icons": { "16": "icon\/icon16x16.png", "128": "icon\/icon128x128.png" }, "action": { "default_popup": "index.html", "default_icon": "icon\/icon16x16.png" }, "permissions": [ "tabs", "storage" ], "author": { "name": "Satoshi Yamamoto", "email": "[email protected]", "url": "https:\/\/www.facebook.com\/stndardsoftware" }, "manifest_version": 3 } |