twitter Beautify
Smarter Way To Handle Twitter:Smart Layout, Lesser Scrolling & Adaptive View
Qu'est-ce que twitter Beautify ?
twitter Beautify est une extension Chrome développée par Mayur Kataria, et sa fonction principale est "Smarter Way To Handle Twitter:Smart Layout, Lesser Scrolling & Adaptive View".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension twitter Beautify
Téléchargez les fichiers d'extension twitter Beautify au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ocolllomoeioklpbmfgmppglpajdemhl |
URL Officiel | https://chrome.google.com/webstore/detail/twitter-beautify/ocolllomoeioklpbmfgmppglpajdemhl |
Description | Smarter Way To Handle Twitter:Smart Layout, Lesser Scrolling & Adaptive View |
Taille du Fichier | 192 KB |
Nombre d'Installations | 47 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2013-11-30 |
Date de Publication | 2013-11-30 |
Évaluation | 3.50/5 Total 4 Évaluations |
Développeur | Mayur Kataria |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |