readify.me

A safe, easy, open-source solution that allows you to read articles in peace.

readify.meคืออะไร?

readify.me เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://readify.me และคุณลักษณะหลักของมันคือ "A safe, easy, open-source solution that allows you to read articles in peace."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย readify.me

ดาวน์โหลดไฟล์ส่วนขยาย readify.me ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Trying to read an article with annoying ads or interruptions? readify.me provides a safe, easy, open-source solution that allows you to read articles in peace - all without the need to create an account or even store any cookies!

The readify.me browser extension makes it even easier to view a webpage with readify.me. Simply click the extension button when you're trying to read an article with obtrusive information, and you will be quickly redirected to readify.me, where you can read your desired article in peace.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ readify.me readify.me
ID ibamjdgecnapcbhancfphijocbanfgga
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/readifyme/ibamjdgecnapcbhancfphijocbanfgga
คำอธิบาย A safe, easy, open-source solution that allows you to read articles in peace.
ขนาดไฟล์ 17.01 KB
จำนวนการติดตั้ง 343
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-06-17
วันที่เผยแพร่ 2021-06-16
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://readify.me
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://readify.me
URL หน้าช่วยเหลือ https://github.com/jotslo/readify.me/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "readify.me",
    "description": "A safe, easy, open-source solution that allows you to read articles in peace.",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "activeTab"
    ],
    "background": {
        "service_worker": "\/background.js"
    },
    "action": {
        "default_icon": {
            "16": "\/images\/book16.png",
            "32": "\/images\/book32.png",
            "48": "\/images\/book48.png",
            "128": "\/images\/book128.png"
        }
    },
    "icons": {
        "16": "\/images\/book16.png",
        "32": "\/images\/book32.png",
        "48": "\/images\/book48.png",
        "128": "\/images\/book128.png"
    }
}