Articles Simplifier

This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more...

What is Articles Simplifier?

Articles Simplifier is a Chrome extension developed by noamamv, and its main feature is "This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more...".

Extension Screenshots

screenshot

Download Articles Simplifier Extension CRX File

Download Articles Simplifier 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

                        This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more using www.outline.com services.
Just click "Add to Chrome," then visit your favorite website for reading and our extension will use it’s url for presenting you the simplify info, no copy\past needed.
Simply click the extension button, or right click in a page you want to simplify and click on our extension to redirect your article to Outline.com.
Hopefully you enjoy our extension, we would love to hear feedback from you.                    

Extension Basic Information

Name Articles Simplifier Articles Simplifier
ID hgaklaggfeoekgakpbmgjjfkagffolph
Official URL https://chrome.google.com/webstore/detail/articles-simplifier/hgaklaggfeoekgakpbmgjjfkagffolph
Description This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more...
File Size 19.48 KB
Installation Count 816
Current Version 1
Last Updated 2022-02-15
Publish Date 2022-02-15
Developer noamamv
Email [email protected]
Payment Type free
Extension Website https://home.articlesimplifier.com/
Help Page URL https://home.articlesimplifier.com/contact.html
Privacy Policy Page URL https://home.articlesimplifier.com/privacy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "logo128.png",
        "default_title": "Articles Simplifier"
    },
    "background": {
        "service_worker": "background.js"
    },
    "description": "This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more...",
    "icons": {
        "128": "logo128.png",
        "16": "logo16.png",
        "48": "logo48.png"
    },
    "manifest_version": 3,
    "name": "Articles Simplifier",
    "permissions": [
        "activeTab",
        "contextMenus",
        "tabs",
        "alarms",
        "storage"
    ],
    "version": "1"
}