Articles Simplifier

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

Co to jest Articles Simplifier?

Articles Simplifier to rozszerzenie Chrome opracowane przez noamamv, a jego główną funkcją jest „This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more...”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Articles Simplifier

Pobierz pliki rozszerzeń Articles Simplifier w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Articles Simplifier Articles Simplifier
ID hgaklaggfeoekgakpbmgjjfkagffolph
Oficjalny URL https://chrome.google.com/webstore/detail/articles-simplifier/hgaklaggfeoekgakpbmgjjfkagffolph
Opis This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more...
Rozmiar pliku 19.48 KB
Liczba instalacji 816
Aktualna Wersja 1
Ostatnia Aktualizacja 2022-02-15
Data Publikacji 2022-02-15
Deweloper noamamv
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://home.articlesimplifier.com/
Adres URL Strony Pomocy https://home.articlesimplifier.com/contact.html
Adres URL Strony Polityki Prywatności https://home.articlesimplifier.com/privacy.html
Obsługiwane Języki 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"
}