Fix Twitter
Swaps right and left columns over so tweets are on the left /by @andydavies
什么是Fix Twitter?
Fix Twitter是由Andy Davies开发的Chrome扩展程序,该扩展的主要功能是“Swaps right and left columns over so tweets are on the left /by @andydavies”。
扩展截图
下载Fix Twitter扩展crx文件
下载Fix Twitter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Swaps the left and right columns in Twitter so tweets appear in the lefthand column 2012-09-30 - Corrected header alignment on new profile page 2012-09-14 - Updated to fix issue with profile pages
扩展基本信息
名称 | |
ID | lbjeicfjnfmkfdhhlggjpggpbeackiid |
官方URL | https://chrome.google.com/webstore/detail/fix-twitter/lbjeicfjnfmkfdhhlggjpggpbeackiid |
简介 | Swaps right and left columns over so tweets are on the left /by @andydavies |
文件大小 | 4.39 KB |
安装次数 | 94 |
当前版本 | 0.32 |
更新时间 | 2012-09-30 |
上架时间 | 2012-09-30 |
评分 | 3.67/5 共3次评分 |
开发者 | Andy Davies |
付费类型 | free |
帮助页面URL | https://twitter.com/andydavies |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fix Twitter", "version": "0.32", "description": "Swaps right and left columns over so tweets are on the left \/by @andydavies", "icons": { "128": "fixtwitter.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*" ], "css": [ "fixtwitter.css" ] } ] } |