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