twitter Beautify
Smarter Way To Handle Twitter:Smart Layout, Lesser Scrolling & Adaptive View
什么是twitter Beautify?
twitter Beautify是由Mayur Kataria开发的Chrome扩展程序,该扩展的主要功能是“Smarter Way To Handle Twitter:Smart Layout, Lesser Scrolling & Adaptive View”。
扩展截图
下载twitter Beautify扩展crx文件
下载twitter Beautify扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } ] } |