Tumblr Autosave app

An app to save drafts locally while writing blog on tumblr

Was ist Tumblr Autosave app?

Tumblr Autosave app ist eine Chrome-Erweiterung, die von http://manuskc.com entwickelt wurde, und ihr Hauptmerkmal ist "An app to save drafts locally while writing blog on tumblr".

Erweiterungsscreenshots

screenshot
screenshot

Tumblr Autosave app-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tumblr Autosave app-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Have you ever lost a blog post that you were writing on tumblr due to browser crash or system crash because you never saved it as a draft?
I did, hence here is a plugin that automatically saves the post as drafts.

Install this plugin and it will add a small icon (History) to tool bar of text editor. Using this you can select the snapshot of the blog posts that was saved every minute as you edit the blog.

30 versions of every post is saved - so you can go back in time upto 30 minutes!

Update:
Bug fixed: Make this app work from dashboard page as well.                    

Grundlegende Informationen zur Erweiterung

Name Tumblr Autosave app Tumblr Autosave app
ID dihjefphjlicdbdofpdloopcjafdflgf
Offizielle URL https://chrome.google.com/webstore/detail/tumblr-autosave-app/dihjefphjlicdbdofpdloopcjafdflgf
Beschreibung An app to save drafts locally while writing blog on tumblr
Dateigröße 16.15 KB
Installationsanzahl 72
Aktuelle Version 2
Letztes Update 2013-07-29
Veröffentlichungsdatum 2013-07-29
Bewertung 2.00/5 Insgesamt 4 Bewertungen
Entwickler http://manuskc.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://manuskc.com/post/56176036806/thank-you-mr-murphy
URL der Datenschutzrichtlinien-Seite https://golinz.com/privacy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tumblr Autosave app",
    "description": "An app to save drafts locally while writing blog on tumblr",
    "version": "2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.tumblr.com\/edit\/*",
                "http:\/\/www.tumblr.com\/new\/text",
                "http:\/\/www.tumblr.com\/dashboard"
            ],
            "js": [
                "autosave.js"
            ]
        }
    ]
}