Readable Twitter
Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left.
Readable Twitter क्या है?
Readable Twitter rajbot द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Readable Twitter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
- adds a button to temporarily hide retweets. - tones down colors and removes background images. - swaps the content and the sidebar, so you can make the window narrower and still see tweets.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | lckhhllpfhfhkoclilbgcoinfkgbledh |
आधिकारिक URL | https://chrome.google.com/webstore/detail/readable-twitter/lckhhllpfhfhkoclilbgcoinfkgbledh |
विवरण | Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left. |
फ़ाइल का आकार | 37.02 KB |
स्थापना संख्या | 10 |
वर्तमान संस्करण | 1.5 |
अंतिम अपडेट | 2014-07-11 |
प्रकाशन तिथि | 2014-07-11 |
रेटिंग | 2.80/5 कुल 5 रेटिंग्स |
डेवलपर | rajbot |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Readable Twitter", "description": "Make twitter timelines more readable by adding a button to hide retweets, muting bright colors, and moving the content to the left.", "version": "1.5", "content_scripts": [ { "matches": [ "http:\/\/twitter.com\/*", "https:\/\/twitter.com\/*" ], "css": [ "readable_twitter.css" ], "js": [ "jquery-2.1.1.min.js", "readable_twitter.js" ] } ], "icons": { "128": "read.png" } } |