Articles Simplifier

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

Что такое Articles Simplifier?

Articles Simplifier - это расширение Chrome, разработанное noamamv, и его основная функция - "This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more...".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Articles Simplifier

Скачайте файлы расширений Articles Simplifier в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Articles Simplifier Articles Simplifier
ID hgaklaggfeoekgakpbmgjjfkagffolph
Официальный URL https://chrome.google.com/webstore/detail/articles-simplifier/hgaklaggfeoekgakpbmgjjfkagffolph
Описание This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more...
Размер файла 19.48 KB
Количество установок 816
Текущая Версия 1
Последнее Обновление 2022-02-15
Дата публикации 2022-02-15
Разработчик noamamv
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://home.articlesimplifier.com/
URL страницы помощи https://home.articlesimplifier.com/contact.html
URL страницы политики конфиденциальности https://home.articlesimplifier.com/privacy.html
Поддерживаемые языки 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"
}