Fix Twitter
Swaps right and left columns over so tweets are on the left /by @andydavies
Apa itu Fix Twitter?
Fix Twitter adalah ekstensi Chrome yang dikembangkan oleh Andy Davies, dan fitur utamanya adalah "Swaps right and left columns over so tweets are on the left /by @andydavies".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Fix Twitter
Unduh file ekstensi Fix Twitter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | lbjeicfjnfmkfdhhlggjpggpbeackiid |
URL Resmi | https://chrome.google.com/webstore/detail/fix-twitter/lbjeicfjnfmkfdhhlggjpggpbeackiid |
Deskripsi | Swaps right and left columns over so tweets are on the left /by @andydavies |
Ukuran File | 4.39 KB |
Jumlah Instalasi | 94 |
Versi Saat Ini | 0.32 |
Terakhir Diperbarui | 2012-09-30 |
Tanggal Publikasi | 2012-09-30 |
Penilaian | 3.67/5 Total 3 Penilaian |
Pengembang | Andy Davies |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://twitter.com/andydavies |
Bahasa yang Didukung | 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" ] } ] } |