Tumblr Autosave app
An app to save drafts locally while writing blog on tumblr
Cos'è Tumblr Autosave app?
Tumblr Autosave app è un'estensione di Chrome sviluppata da http://manuskc.com, e la sua funzione principale è "An app to save drafts locally while writing blog on tumblr".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tumblr Autosave app
Scarica i file di estensione Tumblr Autosave app in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | dihjefphjlicdbdofpdloopcjafdflgf |
URL Ufficiale | https://chrome.google.com/webstore/detail/tumblr-autosave-app/dihjefphjlicdbdofpdloopcjafdflgf |
Descrizione | An app to save drafts locally while writing blog on tumblr |
Dimensione del File | 16.15 KB |
Conteggio Installazioni | 72 |
Versione Corrente | 2 |
Ultimo Aggiornamento | 2013-07-29 |
Data di Pubblicazione | 2013-07-29 |
Valutazione | 2.00/5 Totale 4 Valutazioni |
Sviluppatore | http://manuskc.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://manuskc.com/post/56176036806/thank-you-mr-murphy |
URL della Pagina della Politica sulla Privacy | https://golinz.com/privacy |
Lingue Supportate | 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" ] } ] } |