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”。
扩展截图
下载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.
扩展基本信息
名称 | |
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" ] } ] } |