Georgify
Alternate CSS for Hacker News with a focus on typography and readability.
Was ist Georgify?
Georgify ist eine Chrome-Erweiterung, die von Tuhin Kumar entwickelt wurde, und ihr Hauptmerkmal ist "Alternate CSS for Hacker News with a focus on typography and readability.".
Erweiterungsscreenshots
Georgify-Erweiterungs-CRX-Datei herunterladen
Laden Sie Georgify-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ofjfdfaleomlfanfehgblppafkijjhmi |
| Offizielle URL | https://chromewebstore.google.com/detail/georgify/ofjfdfaleomlfanfehgblppafkijjhmi |
| Beschreibung | Alternate CSS for Hacker News with a focus on typography and readability. |
| Dateigröße | 13.98 KB |
| Installationsanzahl | 808 |
| Aktuelle Version | 1.2.1 |
| Letztes Update | 2013-10-20 |
| Veröffentlichungsdatum | 2013-10-20 |
| Bewertung | 4.36/5 Insgesamt 75 Bewertungen |
| Entwickler | Tuhin Kumar |
| Zahlungsart | free |
| Erweiterungswebsite | http://tuhin.co |
| Hilfeseite URL | http://twitter.com/tuhin |
| Unterstützte Sprachen | 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"
]
}
]
} | |