Tumblr Autosave app

An app to save drafts locally while writing blog on tumblr

Wat is Tumblr Autosave app?

Tumblr Autosave app is een Chrome-extensie ontwikkeld door http://manuskc.com, en de belangrijkste functie is "An app to save drafts locally while writing blog on tumblr".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Tumblr Autosave app

Download Tumblr Autosave app-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Tumblr Autosave app Tumblr Autosave app
ID dihjefphjlicdbdofpdloopcjafdflgf
Officiële URL https://chrome.google.com/webstore/detail/tumblr-autosave-app/dihjefphjlicdbdofpdloopcjafdflgf
Beschrijving An app to save drafts locally while writing blog on tumblr
Bestandsgrootte 16.15 KB
Aantal Installaties 72
Huidige Versie 2
Laatst Bijgewerkt 2013-07-29
Publicatiedatum 2013-07-29
Beoordeling 2.00/5 Totaal 4 Beoordelingen
Ontwikkelaar http://manuskc.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://manuskc.com/post/56176036806/thank-you-mr-murphy
URL van de Privacybeleid Pagina https://golinz.com/privacy
Ondersteunde Talen 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"
            ]
        }
    ]
}