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.

Cos'è Kept! - The Save Button for your Internet?

Kept! - The Save Button for your Internet è un'estensione di Chrome sviluppata da https://getkept.com, e la sua funzione principale è "Kept saves and organizes every page you keep into a free personal archive that works seamlessly across all your devices.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Kept! - The Save Button for your Internet

Scarica i file di estensione Kept! - The Save Button for your Internet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Kept! - The Save Button for your Internet Kept! - The Save Button for your Internet
ID fpkeipemgimghgbnoaccigcelimekjhb
URL Ufficiale https://chromewebstore.google.com/detail/kept-the-save-button-for/fpkeipemgimghgbnoaccigcelimekjhb
Descrizione Kept saves and organizes every page you keep into a free personal archive that works seamlessly across all your devices.
Dimensione del File 19.97 KB
Conteggio Installazioni 15
Versione Corrente 1.4
Ultimo Aggiornamento 2016-11-30
Data di Pubblicazione 2016-11-30
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://getkept.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://getkept.com/
URL della Pagina della Politica sulla Privacy http://www.getkept.com/privacy-policy
Lingue Supportate 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'"
}