Georgify

Alternate CSS for Hacker News with a focus on typography and readability.

Georgify क्या है?

Georgify Tuhin Kumar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Alternate CSS for Hacker News with a focus on typography and readability."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Georgify एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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
सहायता पृष्ठ 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"
            ]
        }
    ]
}