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.

Was ist Kept! - The Save Button for your Internet?

Kept! - The Save Button for your Internet ist eine Chrome-Erweiterung, die von https://getkept.com entwickelt wurde, und ihr Hauptmerkmal ist "Kept saves and organizes every page you keep into a free personal archive that works seamlessly across all your devices.".

Erweiterungsscreenshots

screenshot
screenshot

Kept! - The Save Button for your Internet-Erweiterungs-CRX-Datei herunterladen

Laden Sie Kept! - The Save Button for your Internet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Kept! - The Save Button for your Internet Kept! - The Save Button for your Internet
ID fpkeipemgimghgbnoaccigcelimekjhb
Offizielle URL https://chromewebstore.google.com/detail/kept-the-save-button-for/fpkeipemgimghgbnoaccigcelimekjhb
Beschreibung Kept saves and organizes every page you keep into a free personal archive that works seamlessly across all your devices.
Dateigröße 19.97 KB
Installationsanzahl 15
Aktuelle Version 1.4
Letztes Update 2016-11-30
Veröffentlichungsdatum 2016-11-30
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://getkept.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://getkept.com/
URL der Datenschutzrichtlinien-Seite http://www.getkept.com/privacy-policy
Unterstützte Sprachen 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'"
}