Tumblr Autosave app
An app to save drafts locally while writing blog on tumblr
Tumblr Autosave app क्या है?
Tumblr Autosave app http://manuskc.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An app to save drafts locally while writing blog on tumblr"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tumblr Autosave app एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | |
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" ] } ] } |