twitter Beautify
Smarter Way To Handle Twitter:Smart Layout, Lesser Scrolling & Adaptive View
twitter Beautify क्या है?
twitter Beautify Mayur Kataria द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Smarter Way To Handle Twitter:Smart Layout, Lesser Scrolling & Adaptive View"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में twitter Beautify एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Getting bored of the old classical layout? Tired of scrolling? Looking for more efficient way to handle Twitter.com ? Try this extension... If you are using Big monitor then you might have noticed that tweets are coming in center of the screen, the other part of your screen is totally Empty. So, I tried to modify the look & put it as cards for more efficient handling Like Google now, Pinterest etc... Request:If UI looks broken, reload the page. Disclaimer:This extension does not change any privacy setting or collect any data from your browser.This extension does only CSS changes using JS. Happy Tweeting ... Tell your Friends if you like it.Tell me if you don't.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ocolllomoeioklpbmfgmppglpajdemhl |
आधिकारिक URL | https://chrome.google.com/webstore/detail/twitter-beautify/ocolllomoeioklpbmfgmppglpajdemhl |
विवरण | Smarter Way To Handle Twitter:Smart Layout, Lesser Scrolling & Adaptive View |
फ़ाइल का आकार | 192 KB |
स्थापना संख्या | 47 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2013-11-30 |
प्रकाशन तिथि | 2013-11-30 |
रेटिंग | 3.50/5 कुल 4 रेटिंग्स |
डेवलपर | Mayur Kataria |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "twitter Beautify", "version": "1.3", "manifest_version": 2, "description": "Smarter Way To Handle Twitter:Smart Layout, Lesser Scrolling & Adaptive View", "browser_action": { "default_icon": "logo.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "http:\/\/twitter.com\/*" ], "js": [ "jquery.js", "content.js" ] } ] } |