InoReader Enhancements

Fixes a few UI elements for easy reading with InoReader

InoReader Enhancements क्या है?

InoReader Enhancements https://tambnguyen.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fixes a few UI elements for easy reading with InoReader"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में InoReader Enhancements एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        I made some enhancements to InoReader layout to make it match more with how Google Reader used to be. Feel free to make suggestions.

Feed navigation:
- Increase font size on feed
- Current feed indicator is more clear
- Unread count is in bold and red text, and is always aligned right

Reading pane:
- Widen content area a tad
- Increase title size
- Current title's is now red
- Unread titles are now blue
- Read titles are now black
- Article boxes now have even border widths and color                    

एक्सटेंशन की मूल जानकारी

नाम InoReader Enhancements InoReader Enhancements
ID gplhofhphfekaflbghoggkbgfoblaamo
आधिकारिक URL https://chromewebstore.google.com/detail/inoreader-enhancements/gplhofhphfekaflbghoggkbgfoblaamo
विवरण Fixes a few UI elements for easy reading with InoReader
फ़ाइल का आकार 36.74 KB
स्थापना संख्या 1,121
वर्तमान संस्करण 2015.4.8.1
अंतिम अपडेट 2015-04-09
प्रकाशन तिथि 2015-04-08
रेटिंग 4.86/5 कुल 14 रेटिंग्स
डेवलपर https://tambnguyen.com
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "exclude_globs": [],
            "exclude_matches": [],
            "include_globs": [],
            "js": [
                "script.js"
            ],
            "matches": [
                "https:\/\/beta.inoreader.com\/*",
                "http:\/\/beta.inoreader.com\/*",
                "http:\/\/inoreader.com\/*",
                "https:\/\/inoreader.com\/*",
                "http:\/\/www.inoreader.com\/*",
                "https:\/\/www.inoreader.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "256": "icon_256.png",
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "converted_from_user_script": true,
    "description": "Fixes a few UI elements for easy reading with InoReader",
    "name": "InoReader Enhancements",
    "version": "2015.4.8.1",
    "manifest_version": 2
}