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 là gì?

Kept! - The Save Button for your Internet là một tiện ích mở rộng Chrome được phát triển bởi https://getkept.com, và tính năng chính của nó là "Kept saves and organizes every page you keep into a free personal archive that works seamlessly across all your devices.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Kept! - The Save Button for your Internet

Tải xuống các tệp mở rộng Kept! - The Save Button for your Internet dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Kept! - The Save Button for your Internet Kept! - The Save Button for your Internet
ID fpkeipemgimghgbnoaccigcelimekjhb
URL Chính Thức https://chromewebstore.google.com/detail/kept-the-save-button-for/fpkeipemgimghgbnoaccigcelimekjhb
Mô tả Kept saves and organizes every page you keep into a free personal archive that works seamlessly across all your devices.
Kích Thước Tệp 19.97 KB
Số Lần Cài Đặt 15
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2016-11-30
Ngày Phát Hành 2016-11-30
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://getkept.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://getkept.com/
URL Trang Chính Sách Bảo Mật http://www.getkept.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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'"
}