Tumblr Autosave app

An app to save drafts locally while writing blog on tumblr

Tumblr Autosave appとは何ですか?

Tumblr Autosave appはhttp://manuskc.comによって開発されたChromeの拡張機能で、その主な機能は「An app to save drafts locally while writing blog on tumblr」です。

拡張機能のスクリーンショット

screenshot
screenshot

Tumblr Autosave app拡張機能のCRXファイルをダウンロード

Tumblr Autosave app拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Tumblr Autosave app Tumblr Autosave app
ID dihjefphjlicdbdofpdloopcjafdflgf
公式URL https://chrome.google.com/webstore/detail/tumblr-autosave-app/dihjefphjlicdbdofpdloopcjafdflgf
説明 An app to save drafts locally while writing blog on tumblr
ファイルサイズ 16.15 KB
インストール数 72
現在のバージョン 2
最終更新日 2013-07-29
公開日 2013-07-29
評価 2.00/5 合計 4 レビュー
開発者 http://manuskc.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://manuskc.com/post/56176036806/thank-you-mr-murphy
プライバシーポリシーページのURL https://golinz.com/privacy
対応言語 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"
            ]
        }
    ]
}