Kept! - The Save Button for your Internet

Kept saves and organizes every page you keep into a free personal archive that works seamlessly across all your devices.

¿Qué es Kept! - The Save Button for your Internet?

Kept! - The Save Button for your Internet es una extensión de Chrome desarrollada por https://getkept.com, y su función principal es "Kept saves and organizes every page you keep into a free personal archive that works seamlessly across all your devices.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Kept! - The Save Button for your Internet

Descarga archivos de extensión Kept! - The Save Button for your Internet 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

                        Kept is your memory in the cloud.

Kept saves and organizes every page you keep into a free personal archive that works seamlessly across all your devices. 

Kept makes your digital life easier. With your own Kept archive you can reference, recall and share your pages with friends instantly.                    

Información Básica de la Extensión

Nombre Kept! - The Save Button for your Internet Kept! - The Save Button for your Internet
ID fpkeipemgimghgbnoaccigcelimekjhb
URL Oficial https://chromewebstore.google.com/detail/kept-the-save-button-for/fpkeipemgimghgbnoaccigcelimekjhb
Descripción Kept saves and organizes every page you keep into a free personal archive that works seamlessly across all your devices.
Tamaño del Archivo 19.97 KB
Cantidad de Instalaciones 15
Versión Actual 1.4
Última Actualización 2016-11-30
Fecha de Publicación 2016-11-30
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador https://getkept.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://getkept.com/
URL de la Página de Política de Privacidad http://www.getkept.com/privacy-policy
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kept! - The Save Button for your Internet",
    "short_name": "Kept!",
    "description": "Kept saves and organizes every page you keep into a free personal archive that works seamlessly across all your devices.",
    "version": "1.4",
    "permissions": [
        "activeTab",
        "tabs",
        "background",
        "https:\/\/getkept.com\/*",
        "https:\/\/api.getkept.com\/*",
        "http:\/\/keepr.io\/*",
        "http:\/\/api.keepr.io\/*"
    ],
    "omnibox": {
        "keyword": "k"
    },
    "icons": {
        "16": "keeprioicon_16x16.png",
        "48": "keeprioicon_48x48.png",
        "128": "keeprioicon_128x128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "keeprioicon_16x16.png",
        "default_title": "Save Pages with Kept!",
        "default_popup": "kept.html"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}