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"
]
}
]
} | |