Classic Retweet
Old school retweets for #NewTwitter.
Classic Retweet क्या है?
Classic Retweet jonpierce द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Old school retweets for #NewTwitter."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Classic Retweet एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Updated to support Twitter's new profiles. https://about.twitter.com/products/new-profiles Currently available for Chrome and Firefox. To learn more or get the source, see http://jonpierce.github.com/classic-retweet/
एक्सटेंशन की मूल जानकारी
नाम | Classic Retweet |
ID | mejfljhfeahhhicjefeehikaooffggmf |
आधिकारिक URL | https://chromewebstore.google.com/detail/classic-retweet/mejfljhfeahhhicjefeehikaooffggmf |
विवरण | Old school retweets for #NewTwitter. |
फ़ाइल का आकार | 11.28 KB |
स्थापना संख्या | 3,841 |
वर्तमान संस्करण | 1.12 |
अंतिम अपडेट | 2014-05-03 |
प्रकाशन तिथि | 2014-05-03 |
रेटिंग | 4.37/5 कुल 251 रेटिंग्स |
डेवलपर | jonpierce |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://jonpierce.github.com/classic-retweet/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Classic Retweet", "version": "1.12", "description": "Old school retweets for #NewTwitter.", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ], "js": [ "main.js" ] } ], "web_accessible_resources": [ "classic-retweet.js" ] } |