Copy all links and image links to CSV or JSON
Export all links and image links from the current page to Excel or JSON format.
O que é Copy all links and image links to CSV or JSON?
Copy all links and image links to CSV or JSON é uma extensão do Chrome desenvolvida por Tab Manager Plus, e sua principal característica é "Export all links and image links from the current page to Excel or JSON format.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Copy all links and image links to CSV or JSON
Baixe arquivos de extensão Copy all links and image links to CSV or JSON 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
If you want to save all links on a website quickly, then this extension is right for you. You can also save all links to images. Save both conveniently to CSV or JSON. CSV files are good for working on these link sheets in Excel. JSON files are great for programmatic loading - one of the widely used data formats used by developers. Please enjoy this free extension!
Informações Básicas da Extensão
Nome | Copy all links and image links to CSV or JSON |
ID | ccddopnnikeeoogpfbnfommfoeliaidg |
URL Oficial | https://chromewebstore.google.com/detail/copy-all-links-and-image/ccddopnnikeeoogpfbnfommfoeliaidg |
Descrição | Export all links and image links from the current page to Excel or JSON format. |
Tamanho do Arquivo | 168 KB |
Contagem de Instalações | 3,900 |
Versão Atual | 1 |
Última Atualização | 2018-05-10 |
Data de Publicação | 2018-05-09 |
Classificação | 4.23/5 Total de 13 Avaliações |
Desenvolvedor | Tab Manager Plus |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://github.com/stefanXO/Tab-Manager-Plus/blob/master/PRIVACY.md |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy all links and image links to CSV or JSON", "short_name": "Copy Links to CSV\/JSON", "version": "1", "manifest_version": 2, "description": "Export all links and image links from the current page to Excel or JSON format.", "author": "stefanXO", "icons": { "512": "images\/sort.png" }, "permissions": [ "activeTab", "downloads" ], "browser_action": { "default_icon": { "512": "images\/sort.png" }, "default_popup": "popup.html" } } |