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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
            ]
        }
    ]
}