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是由noamamv开发的Chrome扩展程序,该扩展的主要功能是“This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more...”。

扩展截图

screenshot

下载Articles Simplifier扩展crx文件

下载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"
}