Articles Simplifier

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

Apa itu Articles Simplifier?

Articles Simplifier adalah ekstensi Chrome yang dikembangkan oleh noamamv, dan fitur utamanya adalah "This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more...".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Articles Simplifier

Unduh file ekstensi Articles Simplifier dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Articles Simplifier Articles Simplifier
ID hgaklaggfeoekgakpbmgjjfkagffolph
URL Resmi https://chrome.google.com/webstore/detail/articles-simplifier/hgaklaggfeoekgakpbmgjjfkagffolph
Deskripsi This extension makes your web browsing much easier and comfortable by helping you simply read articles, news and more...
Ukuran File 19.48 KB
Jumlah Instalasi 816
Versi Saat Ini 1
Terakhir Diperbarui 2022-02-15
Tanggal Publikasi 2022-02-15
Pengembang noamamv
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://home.articlesimplifier.com/
URL Halaman Bantuan https://home.articlesimplifier.com/contact.html
URL Halaman Kebijakan Privasi https://home.articlesimplifier.com/privacy.html
Bahasa yang Didukung 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"
}