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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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
معلومات أساسية عن التمديد
الاسم | Georgify |
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 |
عنوان صفحة المساعدة | 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" ] } ] } |