Only Read

A feature Packed, customizable reader extension!

Only Readคืออะไร?

Only Read เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.downloadhub.cloud และคุณลักษณะหลักของมันคือ "A feature Packed, customizable reader extension!"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Only Read

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

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

                        You can open any website or online document in a straightforward and uncluttered environment called Only Read thanks to the lightweight, multi-browser Only Read add-on. The Only Read UI can be accessed by simply clicking the toolbar button. A plain version of the current page (active tab) will be reloaded. When the Only Read UI is active, a toolbar can be seen in the upper left corner. The close button is the first button down from the top. This button will reload the page in the default view when you click it. To access the settings popup, select the second button from the top. For Only Read, three themes are available.

Features
+ Using the toolbar popup UI, access any website directly in reader view.
+ has a indigo, indRed, hotPink, teal, sepia, light, or dark mode.
+  has a font size, line height, or page width adjustment option.
+ Very lite and easy to use Extension.                    

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

ชื่อ Only Read Only Read
ID fbbblgepbhmkagmjjfcjgpnganceebch
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/only-read/fbbblgepbhmkagmjjfcjgpnganceebch
คำอธิบาย A feature Packed, customizable reader extension!
ขนาดไฟล์ 78.21 KB
จำนวนการติดตั้ง 59
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2023-02-16
วันที่เผยแพร่ 2023-02-15
ผู้พัฒนา https://www.downloadhub.cloud
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://www.downloadhub.cloud/2023/02/read-only.html
URL หน้านโยบายความเป็นส่วนตัว https://www.downloadhub.cloud/p/privacy-policy.html
ภาษาที่รองรับ en,en-GB,en-US,es,pt-PT,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "32": "data\/icons\/32.png",
            "38": "data\/icons\/38.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        },
        "default_title": "__MSG_app_name__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "default_locale": "en",
    "commands": {
        "only-read": {
            "description": "__MSG_app_name__",
            "suggested_key": {
                "default": "Alt+Shift+V",
                "mac": "Alt+Shift+V"
            }
        }
    },
    "description": "__MSG_app_description__",
    "homepage_url": "https:\/\/www.downloadhub.cloud\/2023\/02\/read-only.html",
    "icons": {
        "128": "data\/icons\/128.png",
        "38": "data\/icons\/38.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png"
    },
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "offline_enabled": true,
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "contextMenus"
    ],
    "version": "2.0.1"
}