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.

Kept! - The Save Button for your Internetとは何ですか?

Kept! - The Save Button for your Internetはhttps://getkept.comによって開発されたChromeの拡張機能で、その主な機能は「Kept saves and organizes every page you keep into a free personal archive that works seamlessly across all your devices.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Kept! - The Save Button for your Internet拡張機能のCRXファイルをダウンロード

Kept! - The Save Button for your Internet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Kept! - The Save Button for your Internet Kept! - The Save Button for your Internet
ID fpkeipemgimghgbnoaccigcelimekjhb
公式URL https://chromewebstore.google.com/detail/kept-the-save-button-for/fpkeipemgimghgbnoaccigcelimekjhb
説明 Kept saves and organizes every page you keep into a free personal archive that works seamlessly across all your devices.
ファイルサイズ 19.97 KB
インストール数 15
現在のバージョン 1.4
最終更新日 2016-11-30
公開日 2016-11-30
評価 5.00/5 合計 1 レビュー
開発者 https://getkept.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://getkept.com/
プライバシーポリシーページのURL http://www.getkept.com/privacy-policy
対応言語 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'"
}