Georgify
Alternate CSS for Hacker News with a focus on typography and readability.
Georgifyคืออะไร?
Georgify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tuhin Kumar และคุณลักษณะหลักของมันคือ "Alternate CSS for Hacker News with a focus on typography and readability."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Georgify
ดาวน์โหลดไฟล์ส่วนขยาย Georgify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Alternate CSS for Hacker News with a focus on typography and readability. Uses Georgia as the font and some typographic sugar to improve legibility.
Update _v1.2.1:
Works over Https and secure connection for Hacker News. Updated for Manifest v2 which makes it searchable in chrome store.
Update _v1.2:
Works over Https and secure connection for Hacker News
Update _v1:
Less whitespace, Comment points and Source flushed to left
Feedback: @tuhin on Twitter ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ofjfdfaleomlfanfehgblppafkijjhmi |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/georgify/ofjfdfaleomlfanfehgblppafkijjhmi |
| คำอธิบาย | Alternate CSS for Hacker News with a focus on typography and readability. |
| ขนาดไฟล์ | 13.98 KB |
| จำนวนการติดตั้ง | 808 |
| เวอร์ชันปัจจุบัน | 1.2.1 |
| อัปเดตครั้งล่าสุด | 2013-10-20 |
| วันที่เผยแพร่ | 2013-10-20 |
| คะแนน | 4.36/5 รวมทั้งหมด 75 คะแนน |
| ผู้พัฒนา | Tuhin Kumar |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | http://tuhin.co |
| URL หน้าช่วยเหลือ | http://twitter.com/tuhin |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Georgify",
"version": "1.2.1",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"description": "Alternate CSS for Hacker News with a focus on typography and readability.",
"content_scripts": [
{
"matches": [
"http:\/\/news.ycombinator.com\/*",
"http:\/\/news.ycombinator.net\/*",
"http:\/\/hackerne.ws\/*",
"http:\/\/news.ycombinator.org\/*",
"https:\/\/news.ycombinator.com\/*",
"https:\/\/news.ycombinator.net\/*",
"https:\/\/hackerne.ws\/*",
"https:\/\/news.ycombinator.org\/*"
],
"css": [
"user.css"
]
}
]
} | |