Articles Simplifier

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

¿Qué es Articles Simplifier?

Articles Simplifier es una extensión de Chrome desarrollada por noamamv, y su función principal es "This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more...".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Articles Simplifier

Descarga archivos de extensión Articles Simplifier en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Articles Simplifier Articles Simplifier
ID hgaklaggfeoekgakpbmgjjfkagffolph
URL Oficial https://chrome.google.com/webstore/detail/articles-simplifier/hgaklaggfeoekgakpbmgjjfkagffolph
Descripción This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more...
Tamaño del Archivo 19.48 KB
Cantidad de Instalaciones 816
Versión Actual 1
Última Actualización 2022-02-15
Fecha de Publicación 2022-02-15
Desarrollador noamamv
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://home.articlesimplifier.com/
URL de la Página de Ayuda https://home.articlesimplifier.com/contact.html
URL de la Página de Política de Privacidad https://home.articlesimplifier.com/privacy.html
Idiomas Soportados 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"
}