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."입니다.
확장 프로그램 스크린샷
Kept! - The Save Button for your Internet 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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'" } |