Twittext
A lightweight Google Chrome extension for Twitter
Twittext क्या है?
Twittext sanya.gornostal द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A lightweight Google Chrome extension for Twitter"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Twittext एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Twittext — is a lightweight Google Chrome extension for Twitter. Features: ✔ View home timeline ✔ Real time timeline updates ✔ Retweet, Favorite, Remove ✔ Update status ✔ Unread tweets counter ✔ Image previews You can contribute to this project. All sources available on github https://github.com/gornostal/twittext
एक्सटेंशन की मूल जानकारी
नाम | Twittext |
ID | nhlgmmenohfeheknddaebljgbcgaamhe |
आधिकारिक URL | https://chromewebstore.google.com/detail/twittext/nhlgmmenohfeheknddaebljgbcgaamhe |
विवरण | A lightweight Google Chrome extension for Twitter |
फ़ाइल का आकार | 151 KB |
स्थापना संख्या | 121 |
वर्तमान संस्करण | 1.6.3 |
अंतिम अपडेट | 2013-08-24 |
प्रकाशन तिथि | 2013-08-24 |
रेटिंग | 3.86/5 कुल 7 रेटिंग्स |
डेवलपर | sanya.gornostal |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/gornostal/twittext |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twittext", "description": "A lightweight Google Chrome extension for Twitter", "background": { "page": "background.html" }, "manifest_version": 2, "browser_action": { "default_icon": "img\/icon_19.png", "default_title": "Twittext", "default_popup": "popup.html" }, "icons": { "128": "img\/icon_128.png", "19": "img\/icon_19.png", "48": "img\/icon_48.png" }, "options_page": "options.html", "version": "1.6.3", "permissions": [ "tabs", "background", "https:\/\/api.twitter.com\/", "https:\/\/userstream.twitter.com\/" ], "sandbox": { "pages": [ "sandboxed\/template-renderer.html" ] } } |