Online News App

Online News App featuring news search, favorite networks, todo list, notes, weather, and more.

What is Online News App?

Online News App is a Chrome extension developed by Online News App, and its main feature is "Online News App featuring news search, favorite networks, todo list, notes, weather, and more.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Online News App Extension CRX File

Download Online News App extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Get inspired and make your Google Chrome experience better by replacing your browser's New Tab page with the Online News Chrome New Tab extension featuring news search, favorite networks, todo list, weather, and more. Personalize your news search experience by choosing your favorite topics and categories and specific networks to include in your search results. Easily stay up to date from your New Tab page and never miss a story.

Online News' extension updates your browser New Tab and provides you quick access to news , todo list, weather, popular links, web search box and more in your browser New Tab. Customize your background and brighten your day with meaningful quotes.

• View and search for news
• Keep track of important tasks with the todo list
• Write down important notes throughout the day with the notepad
• Check the current time, date and weather conditions
• Browse the web and enjoy quick access to popular sites
• Customize the dashboard by showing/hiding widgets and changing the background with the settings icon at the bottom-left of your New Tab page.
• New tab web search results go to Yahoo!

Permissions we request:

"Replace the page you see when opening a new tab"
This allows us to show you our product - new tab page with free web search.

Privacy Policy: https://onlinenewsapp.com/privacy.html
EULA: https://onlinenewsapp.com/terms.html                    

Extension Basic Information

Name Online News App Online News App
ID oemdhbekdbklfkopmoalceaabbjmjpdb
Official URL https://chromewebstore.google.com/detail/online-news-app/oemdhbekdbklfkopmoalceaabbjmjpdb
Description Online News App featuring news search, favorite networks, todo list, notes, weather, and more.
File Size 2.27 MB
Installation Count 4,682
Current Version 1.0.2
Last Updated 2022-01-30
Publish Date 2021-10-24
Developer Online News App
Email [email protected]
Payment Type free
Privacy Policy Page URL https://onlinenewsapp.com/Privacy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "short_name": "Online News App",
    "name": "Online News App",
    "description": "Online News App featuring news search, favorite networks, todo list, notes, weather, and more. ",
    "version": "1.0.2",
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "offline_enabled": false,
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/code.jquery.com\/ https:\/\/geoip-js.com\/js\/apis\/geoip2\/v2.1\/geoip2.js https:\/\/js.maxmind.com\/ https:\/\/onlinenewsapp.com https:\/\/dash.onlinenewsapp.com https:\/\/sugg.search.yahoo.net 'sha256-WwcE5UXnjEZGJLi8xUzkB6\/NK8+7fy2879AjmGBmJvI='; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "permissions": [
        "cookies",
        "https:\/\/*.onlinenewsapp.com\/"
    ],
    "web_accessible_resources": [
        "*.json"
    ]
}