Articles Simplifier

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

Cos'è Articles Simplifier?

Articles Simplifier è un'estensione di Chrome sviluppata da noamamv, e la sua funzione principale è "This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more...".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Articles Simplifier

Scarica i file di estensione Articles Simplifier in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Articles Simplifier Articles Simplifier
ID hgaklaggfeoekgakpbmgjjfkagffolph
URL Ufficiale https://chrome.google.com/webstore/detail/articles-simplifier/hgaklaggfeoekgakpbmgjjfkagffolph
Descrizione This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more...
Dimensione del File 19.48 KB
Conteggio Installazioni 816
Versione Corrente 1
Ultimo Aggiornamento 2022-02-15
Data di Pubblicazione 2022-02-15
Sviluppatore noamamv
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://home.articlesimplifier.com/
URL della Pagina di Aiuto https://home.articlesimplifier.com/contact.html
URL della Pagina della Politica sulla Privacy https://home.articlesimplifier.com/privacy.html
Lingue Supportate 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"
}