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.
What is Kept! - The Save Button for your Internet?
Kept! - The Save Button for your Internet is a Chrome extension developed by https://getkept.com, and its main feature is "Kept saves and organizes every page you keep into a free personal archive that works seamlessly across all your devices.".
Extension Screenshots
Download Kept! - The Save Button for your Internet Extension CRX File
Download Kept! - The Save Button for your Internet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Kept! - The Save Button for your Internet |
ID | fpkeipemgimghgbnoaccigcelimekjhb |
Official URL | https://chromewebstore.google.com/detail/kept-the-save-button-for/fpkeipemgimghgbnoaccigcelimekjhb |
Description | Kept saves and organizes every page you keep into a free personal archive that works seamlessly across all your devices. |
File Size | 19.97 KB |
Installation Count | 15 |
Current Version | 1.4 |
Last Updated | 2016-11-30 |
Publish Date | 2016-11-30 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://getkept.com |
[email protected] | |
Payment Type | free |
Extension Website | http://getkept.com/ |
Privacy Policy Page URL | http://www.getkept.com/privacy-policy |
Supported Languages | 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'" } |