Tumblr Autosave app
An app to save drafts locally while writing blog on tumblr
Τι είναι το Tumblr Autosave app;
Το Tumblr Autosave app είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://manuskc.com, και η κύρια λειτουργία του είναι "An app to save drafts locally while writing blog on tumblr".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Tumblr Autosave app
Λήψη αρχείων επέκτασης 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" ] } ] } |