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.”。
擴展截圖
下載KeepUp擴展crx文件
下載KeepUp擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | dcbfokdljpjjopdbceockgcdaljljbjn |
官方網址 | 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\/*" ] } |