Newsfeeder Quick-launch

Easily search for news on multiple platforms, find feeds on popular websites and more. Also works as a classic RSS/Atom reader.

Newsfeeder Quick-launch क्या है?

Newsfeeder Quick-launch http://esstudio.site द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily search for news on multiple platforms, find feeds on popular websites and more. Also works as a classic RSS/Atom reader."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension quick launches the newsfeeder app, the easiest way to follow news from your favorite websites, blogs and news sites. 

With newsfeeder you load your feeds quickly from other rss readers using the OPML format. You don't need to login, the app is fast and it just works. If you want to give feedback or tips, please send a message: [email protected] or use the contact form: esstudio.site/contact.                    

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

नाम Newsfeeder Quick-launch Newsfeeder Quick-launch
ID kokdfdgkmhaimfmjhcdfehgbhhkcnkmk
आधिकारिक URL https://chrome.google.com/webstore/detail/newsfeeder-quick-launch/kokdfdgkmhaimfmjhcdfehgbhhkcnkmk
विवरण Easily search for news on multiple platforms, find feeds on popular websites and more. Also works as a classic RSS/Atom reader.
फ़ाइल का आकार 22.91 KB
स्थापना संख्या 19
वर्तमान संस्करण 1.0
अंतिम अपडेट 2019-03-28
प्रकाशन तिथि 2019-03-25
डेवलपर http://esstudio.site
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://newsfeeder.esstudio.site
सहायता पृष्ठ URL https://esstudio.site/contact
गोपनीयता नीति पृष्ठ URL https://echosierrastudio.github.io/EchoSierraStudio/chrome-web-extensions-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Newsfeeder Quick-launch",
    "short_name": "Newsfeeder",
    "version": "1.0",
    "description": "Easily search for news on multiple platforms, find feeds on popular websites and more. Also works as a classic RSS\/Atom reader.",
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "*:\/\/*\/*",
        "webNavigation"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/icon128-grey.png"
    },
    "manifest_version": 2
}