News - Rss Reader

Latest news

News - Rss Reader क्या है?

News - Rss Reader K.I.S Extensions corp. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Latest news"।

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

screenshot
screenshot

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

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

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

                        The best way to stay up to date news of the leading companies!
*Provides real-time news updates.
*Allows you to select your favorite news company.
*Allows you to Create your individual categories menu.
*Browser icon badge counter showing number of new posts.
*Categories menu with individual badge - showing number of new posts for      
 each.
*Search input - allows you to view the items that contain the selected search 
 key.
*Favorite list - provides you the possibility to store your favorite articles.
*Date sorting option.
*Ability to set time interval (new articles updating).                    

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

नाम News - Rss Reader News - Rss Reader
ID jfeobdmdoohcjgafppibgoomhpjemeah
आधिकारिक URL https://chrome.google.com/webstore/detail/news-rss-reader/jfeobdmdoohcjgafppibgoomhpjemeah
विवरण Latest news
फ़ाइल का आकार 719 KB
स्थापना संख्या 229
वर्तमान संस्करण 1.1.2
अंतिम अपडेट 2019-03-08
प्रकाशन तिथि 2019-03-08
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर K.I.S Extensions corp.
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "News - Rss Reader",
    "description": "Latest news",
    "version": "1.1.2",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "alarms",
        "tabs",
        "storage",
        "browsingData"
    ],
    "browser_action": {
        "default_icon": {
            "19": "skin\/icons\/icons19.png",
            "38": "skin\/icons\/icons38.png",
            "128": "skin\/icons\/icons128.png"
        },
        "default_popup": "popup.html",
        "default_title": "News - Rss Reader"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "js\/jquery-2.0.3.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "skin\/icons\/icons19.png",
        "48": "Skin\/icons\/icons48.png",
        "128": "skin\/icons\/icons128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery-2.0.3.js",
            "js\/backgroundPage.js"
        ]
    }
}