KeepUp

Backup your Google Keep™ notes: export your ideas and store them locally for your peace of mind.

KeepUp란 무엇입니까?

KeepUp은(는) mkplay에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Backup your Google Keep™ notes: export your ideas and store them locally for your peace of mind."입니다.

확장 프로그램 스크린샷

screenshot

KeepUp 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Backup your Google Keep™ notes on a regular basis: for your increased peace of mind.

For most of your data stored with Google™ services there is Google Takeout™.
Unfortunately, this function is still lacking when it comes to Google Keep™.
As a heavy user of this app (on both, Android™ and the web) I need a sustainable 
solution - copy and paste from a HTML page isn't really sufficient.

After installing KeepUp log into your Google™ Account, visit the Keep web 
application and klick the new download icon. After your data is processed 
you get a serialized JSON object - including your images and voice memos as 
dataURIs.

Copy it to the clipboard, save it as text file and "do what you want with your data"™:
archive it, import it somewhere else or build your own app.

Have fun!

------------------------------------------------------------------------------
Google, Google Keep, Google Takeout and Android are trademarks of Google Inc. 
Use of this trademark is subject to Google Permissions.                    

확장 프로그램 기본 정보

이름 KeepUp KeepUp
ID dcbfokdljpjjopdbceockgcdaljljbjn
공식 URL https://chromewebstore.google.com/detail/keepup/dcbfokdljpjjopdbceockgcdaljljbjn
설명 Backup your Google Keep™ notes: export your ideas and store them locally for your peace of mind.
파일 크기 43.38 KB
설치 횟수 2,070
현재 버전 0.1.2
최근 업데이트 2015-01-09
출시 날짜 2015-01-08
평점 3.13/5 총 8 개의 평점
개발자 mkplay
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "KeepUp",
    "description": "Backup your Google Keep\u2122 notes: export your ideas and store them locally for your peace of mind.",
    "version": "0.1.2",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "page_action": {
        "default_icon": "images\/icon16.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "options_page": "html\/options.html",
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "https:\/\/keep.google.com\/",
        "https:\/\/*.googleusercontent.com\/"
    ],
    "web_accessible_resources": [
        "css\/*"
    ]
}