Articles Simplifier

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

Was ist Articles Simplifier?

Articles Simplifier ist eine Chrome-Erweiterung, die von noamamv entwickelt wurde, und ihr Hauptmerkmal ist "This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more...".

Erweiterungsscreenshots

screenshot

Articles Simplifier-Erweiterungs-CRX-Datei herunterladen

Laden Sie Articles Simplifier-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Articles Simplifier Articles Simplifier
ID hgaklaggfeoekgakpbmgjjfkagffolph
Offizielle URL https://chrome.google.com/webstore/detail/articles-simplifier/hgaklaggfeoekgakpbmgjjfkagffolph
Beschreibung This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more...
Dateigröße 19.48 KB
Installationsanzahl 816
Aktuelle Version 1
Letztes Update 2022-02-15
Veröffentlichungsdatum 2022-02-15
Entwickler noamamv
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://home.articlesimplifier.com/
Hilfeseite URL https://home.articlesimplifier.com/contact.html
URL der Datenschutzrichtlinien-Seite https://home.articlesimplifier.com/privacy.html
Unterstützte Sprachen 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"
}