KeepUp

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

KeepUp क्या है?

KeepUp mkplay द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Backup your Google Keep™ notes: export your ideas and store them locally for your peace of mind."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में KeepUp एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
    ]
}