FLOW PAGE

Text reading (automatic reading & scrolling)

FLOW PAGEคืออะไร?

FLOW PAGE เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Blacknoracat และคุณลักษณะหลักของมันคือ "Text reading (automatic reading & scrolling)"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        One click on a text portion of a web page and it will start reading out loud. There is no need to cut and paste text or set language settings.

The text will automatically scroll as it is read. You can pause, stop, fast forward, rewind, and display captions using the control bar that appears at the bottom of the screen when you click on text.

You can also register multiple voice settings of your choice.

Even if the control bar is hidden by advertisements, a shortcut (CTRL+J or CTRL+0) will jump the control bar to the top. The jumped state is saved for each site, so you do not need to do that operation for the next time you visit the same site.

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

ชื่อ FLOW PAGE FLOW PAGE
ID pmllgabdigdpcaepkejmnbecchbhnbmp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/flow-page/pmllgabdigdpcaepkejmnbecchbhnbmp
คำอธิบาย Text reading (automatic reading & scrolling)
ขนาดไฟล์ 156 KB
จำนวนการติดตั้ง 139
เวอร์ชันปัจจุบัน 1.1.6
อัปเดตครั้งล่าสุด 2024-01-28
วันที่เผยแพร่ 2021-12-08
ผู้พัฒนา Blacknoracat
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.lifenote.tokyo
URL หน้าช่วยเหลือ https://www.lifenote.tokyo/en/FPoverview.html
ภาษาที่รองรับ en,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "version": "1.1.6",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "content_security_policy": {
        "extension_pages": "default-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "FlowPage.js",
                "qrcode.min.js"
            ],
            "css": [
                "flowpage.css"
            ]
        }
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "icons": {
        "16": "icons\/FlowPage-Icon small 16.png",
        "24": "icons\/FlowPage-Icon small 24.png",
        "32": "icons\/FlowPage-IconSmall.png",
        "48": "icons\/FlowPage-Icon 48.png",
        "96": "icons\/FlowPage-Icon 96.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "FPshareUS.html",
                "FPshareJA.html",
                "FPshareZh.html",
                "FPshareKo.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "browser_style": true,
        "default_icon": {
            "16": "icons\/FlowPage-Icon small 16.png",
            "24": "icons\/FlowPage-Icon small 24.png",
            "32": "icons\/FlowPage-IconSmall.png"
        }
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ]
}