Remember last read Tweet
This extension can remember the last Tweet you read if you mark it so. You can then go back Twitter and return to that position…
Remember last read Tweet क्या है?
Remember last read Tweet Trufa द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension can remember the last Tweet you read if you mark it so. You can then go back Twitter and return to that position…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Remember last read Tweet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension can remember the last Tweet you read if you mark it so. You can then go back Twitter and return to that position and continue from where you left off. It is FREE and very easy to use!
एक्सटेंशन की मूल जानकारी
नाम | Remember last read Tweet |
ID | fnfjecnchnojlpniikiibnglpbonimnb |
आधिकारिक URL | https://chromewebstore.google.com/detail/remember-last-read-tweet/fnfjecnchnojlpniikiibnglpbonimnb |
विवरण | This extension can remember the last Tweet you read if you mark it so. You can then go back Twitter and return to that position… |
फ़ाइल का आकार | 59.12 KB |
स्थापना संख्या | 58 |
वर्तमान संस्करण | 0.4.1 |
अंतिम अपडेट | 2013-02-11 |
प्रकाशन तिथि | 2013-02-11 |
रेटिंग | 3.00/5 कुल 12 रेटिंग्स |
डेवलपर | Trufa |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/trufa/Remember-Last-Read-Tweet |
समर्थित भाषाएँ | en,es |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extname__", "version": "0.4.1", "default_locale": "en", "manifest_version": 2, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/" ], "js": [ "jquery.min.js", "script.js" ] } ], "web_accessible_resources": [ "images\/down-arrow.png" ] } |