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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getkept.com และคุณลักษณะหลักของมันคือ "Kept saves and organizes every page you keep into a free personal archive that works seamlessly across all your devices."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kept! - The Save Button for your Internet

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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'"
}