Aliasify
A Chrome extension to turn off website text anti-aliasing. http://usabilitypost.com/2012/11/05/stop-fixing-font-smoothing/
ما هو Aliasify؟
Aliasify هو إضافة Chrome تم تطويرها بواسطة joshuarussell، والميزة الرئيسية لها هي "A Chrome extension to turn off website text anti-aliasing. http://usabilitypost.com/2012/11/05/stop-fixing-font-smoothing/".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Aliasify
قم بتنزيل ملفات الامتداد Aliasify بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A Chrome extension to turn off website text anti-aliasing.
http://usabilitypost.com/2012/11/05/stop-fixing-font-smoothing/ معلومات أساسية عن التمديد
| الاسم | |
| ID | fpgkpobeljioggngpkfcgpbkpkgnnkob |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/aliasify/fpgkpobeljioggngpkfcgpbkpkgnnkob |
| الوصف | A Chrome extension to turn off website text anti-aliasing. http://usabilitypost.com/2012/11/05/stop-fixing-font-smoothing/ |
| حجم الملف | 7.73 KB |
| عدد التثبيتات | 97 |
| النسخة الحالية | 1.2 |
| آخر تحديث | 2016-07-10 |
| تاريخ النشر | 2016-07-10 |
| تقييم | 2.00/5 مجموع تقييمات 4 |
| المطور | joshuarussell |
| نوع الدفع | free |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Aliasify",
"version": "1.2",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"js\/module.js"
],
"run_at": "document_end"
}
],
"icons": {
"16": "img\/icon_16.png",
"48": "img\/icon_48.png",
"128": "img\/icon_128.png"
}
} | |