3read

3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like.

3read là gì?

3read là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng 3read

Tải xuống các tệp mở rộng 3read dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Highlight a selection and press alt+r or a hotkey of your choice. Read the words as they fly past in 3d! You can pause and rewind a little for full comprehension. Change the speed as you read. Use full screen for full concentration. Fast to start and close. Requires no special permissions!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên 3read 3read
ID amklbgkedklmdajokboibalnafodgglg
URL Chính Thức https://chromewebstore.google.com/detail/3read/amklbgkedklmdajokboibalnafodgglg
Mô tả 3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like.
Kích Thước Tệp 367 KB
Số Lần Cài Đặt 319
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2014-04-11
Ngày Phát Hành 2014-04-11
Đánh Giá 4.89/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "3read",
    "version": "0.0.4",
    "description": "3read allows you to read selected text in 3 dimensions. It can aid in speed reading, if you like.",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "keycodes.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon_19.png",
        "default_title": "3read Selection"
    },
    "commands": {
        "read": {
            "suggested_key": {
                "default": "Alt+R"
            },
            "description": "3read!"
        }
    },
    "options_page": "options.html",
    "minimum_chrome_version": "18",
    "icons": {
        "16": "icon_16.png",
        "128": "icon_128.png"
    },
    "manifest_version": 2
}