Save to CaptureSaver

This extension adds a CaptureSaver button to the toolbar which allows you to save the page into CaptureSaver.

¿Qué es Save to CaptureSaver?

Save to CaptureSaver es una extensión de Chrome desarrollada por https://www.capturesaver.com, y su función principal es "This extension adds a CaptureSaver button to the toolbar which allows you to save the page into CaptureSaver.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Save to CaptureSaver

Descarga archivos de extensión Save to CaptureSaver en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Save to CaptureSaver Save to CaptureSaver
ID pddlbiopkcimgjfkjlfkophopecpdbai
URL Oficial https://chromewebstore.google.com/detail/save-to-capturesaver/pddlbiopkcimgjfkjlfkophopecpdbai
Descripción This extension adds a CaptureSaver button to the toolbar which allows you to save the page into CaptureSaver.
Tamaño del Archivo 25.12 KB
Cantidad de Instalaciones 721
Versión Actual 3.0.0
Última Actualización 2014-06-27
Fecha de Publicación 2014-06-26
Calificación 3.00/5 Total de 4 Calificaciones
Desarrollador https://www.capturesaver.com
Tipo de Pago free
Sitio Web de la Extensión http://www.capturesaver.com/capturesaver/index.htm
Idiomas Soportados 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"
    }
}