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 |
官方網址 | 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" ] } ] } |