Twitter Font Fix
Makes the font size same for all tweets on the new Twitter profile pages.
ما هو Twitter Font Fix؟
Twitter Font Fix هو إضافة Chrome تم تطويرها بواسطة https://klivk.com، والميزة الرئيسية لها هي "Makes the font size same for all tweets on the new Twitter profile pages.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Twitter Font Fix
قم بتنزيل ملفات الامتداد Twitter Font Fix بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Pure CSS. Normalizes font sizes for all tweets in a Twitter profile page. Avoid headaches while reading timelines. Does not mess with your data on Twitter. Full source code of this extension is available at GitHub. https://github.com/serd/twitter-font-fix
معلومات أساسية عن التمديد
الاسم | Twitter Font Fix |
ID | lnddiegkdhlfgpmfbjffeegbkkomaebn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/twitter-font-fix/lnddiegkdhlfgpmfbjffeegbkkomaebn |
الوصف | Makes the font size same for all tweets on the new Twitter profile pages. |
حجم الملف | 5.93 KB |
عدد التثبيتات | 172 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2016-03-10 |
تاريخ النشر | 2016-03-10 |
تقييم | 4.33/5 مجموع تقييمات 6 |
المطور | https://klivk.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://serdar.work/chrome-extensions/privacy-policy.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "version": "1.0.1", "manifest_version": 2, "description": "__MSG_extDescription__", "icons": { "128": "icon128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "*:\/\/*.twitter.com\/*" ], "css": [ "mystyles.css" ] } ], "homepage_url": "http:\/\/klivk.com\/twitter-font-fix" } |