Save to CaptureSaver
This extension adds a CaptureSaver button to the toolbar which allows you to save the page into CaptureSaver.
O que é Save to CaptureSaver?
Save to CaptureSaver é uma extensão do Chrome desenvolvida por https://www.capturesaver.com, e sua principal característica é "This extension adds a CaptureSaver button to the toolbar which allows you to save the page into CaptureSaver.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Save to CaptureSaver
Baixe arquivos de extensão Save to CaptureSaver 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
CaptureSaver lets you capture, organize, and search the information you gather on the Internet. When you use CaptureSaver you'll never lose important information, or have to worry about Web sites or pages disappearing never to be found again. This extension adds a CaptureSaver button to the toolbar which allows you to save the page into CaptureSaver.
Informações Básicas da Extensão
Nome | Save to CaptureSaver |
ID | pddlbiopkcimgjfkjlfkophopecpdbai |
URL Oficial | https://chromewebstore.google.com/detail/save-to-capturesaver/pddlbiopkcimgjfkjlfkophopecpdbai |
Descrição | This extension adds a CaptureSaver button to the toolbar which allows you to save the page into CaptureSaver. |
Tamanho do Arquivo | 25.12 KB |
Contagem de Instalações | 721 |
Versão Atual | 3.0.0 |
Última Atualização | 2014-06-27 |
Data de Publicação | 2014-06-26 |
Classificação | 3.00/5 Total de 4 Avaliações |
Desenvolvedor | https://www.capturesaver.com |
Tipo de Pagamento | free |
Site da Extensão | http://www.capturesaver.com/capturesaver/index.htm |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save to CaptureSaver", "description": "This extension adds a CaptureSaver button to the toolbar which allows you to save the page into CaptureSaver.", "version": "3.0.0", "manifest_version": 2, "minimum_chrome_version": "6.0.0.0", "background": { "page": "background.html" }, "icons": { "16": "cs_16.png", "32": "cs_32.png", "48": "cs_48.png", "128": "cs_128.png" }, "permissions": [ "nativeMessaging", "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Save this page to CaptureSaver", "default_icon": "cs_16.png" } } |