Tumblr Autosave app
An app to save drafts locally while writing blog on tumblr
O que é Tumblr Autosave app?
Tumblr Autosave app é uma extensão do Chrome desenvolvida por http://manuskc.com, e sua principal característica é "An app to save drafts locally while writing blog on tumblr".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tumblr Autosave app
Baixe arquivos de extensão Tumblr Autosave app no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | dihjefphjlicdbdofpdloopcjafdflgf |
URL Oficial | https://chrome.google.com/webstore/detail/tumblr-autosave-app/dihjefphjlicdbdofpdloopcjafdflgf |
Descrição | An app to save drafts locally while writing blog on tumblr |
Tamanho do Arquivo | 16.15 KB |
Contagem de Instalações | 72 |
Versão Atual | 2 |
Última Atualização | 2013-07-29 |
Data de Publicação | 2013-07-29 |
Classificação | 2.00/5 Total de 4 Avaliações |
Desenvolvedor | http://manuskc.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://manuskc.com/post/56176036806/thank-you-mr-murphy |
URL da Página de Política de Privacidade | https://golinz.com/privacy |
Idiomas Suportados | 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" ] } ] } |