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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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"
}
} | |