Articles Simplifier

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

Articles Simplifier là gì?

Articles Simplifier là một tiện ích mở rộng Chrome được phát triển bởi noamamv, và tính năng chính của nó là "This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more...".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Articles Simplifier

Tải xuống các tệp mở rộng Articles Simplifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Articles Simplifier Articles Simplifier
ID hgaklaggfeoekgakpbmgjjfkagffolph
URL Chính Thức https://chrome.google.com/webstore/detail/articles-simplifier/hgaklaggfeoekgakpbmgjjfkagffolph
Mô tả This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more...
Kích Thước Tệp 19.48 KB
Số Lần Cài Đặt 816
Phiên Bản Hiện Tại 1
Cập Nhật Lần Cuối 2022-02-15
Ngày Phát Hành 2022-02-15
Nhà Phát Triển noamamv
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://home.articlesimplifier.com/
URL Trang Trợ Giúp https://home.articlesimplifier.com/contact.html
URL Trang Chính Sách Bảo Mật https://home.articlesimplifier.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
}