Fix Twitter
Swaps right and left columns over so tweets are on the left /by @andydavies
ما هو Fix Twitter؟
Fix Twitter هو إضافة Chrome تم تطويرها بواسطة Andy Davies، والميزة الرئيسية لها هي "Swaps right and left columns over so tweets are on the left /by @andydavies".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Fix Twitter
قم بتنزيل ملفات الامتداد Fix Twitter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" ] } ] } |