Save To Spreeder

Instantly import text from any website and read it 3x faster.

Save To Spreeder là gì?

Save To Spreeder là một tiện ích mở rộng Chrome được phát triển bởi https://spreeder.com, và tính năng chính của nó là "Instantly import text from any website and read it 3x faster.".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Save To Spreeder 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

                        Ready to read anything 3x faster, with the same or better comprehension?

Save to Spreeder is your all-in-one tool for online speed reading — read & retain information from your favorite websites faster than ever before!

✜ Save to Spreeder: Import the entire page of text that you’re currently on with only one click. 

✜ Save Selected Text: Only import the text that you currently have highlighted.

✜ Library: Saved text will be kept inside your Spreeder library for future reference.                    

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

Tên Save To Spreeder Save To Spreeder
ID glaeehjmkiniecdehbnikejfncfohpap
URL Chính Thức https://chromewebstore.google.com/detail/save-to-spreeder/glaeehjmkiniecdehbnikejfncfohpap
Mô tả Instantly import text from any website and read it 3x faster.
Kích Thước Tệp 287 KB
Số Lần Cài Đặt 2,231
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2024-01-09
Ngày Phát Hành 2022-06-28
Đánh Giá 4.38/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://spreeder.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.spreeder.com
URL Trang Chính Sách Bảo Mật https://www.ereflect.com/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Save To Spreeder",
    "version": "1.0.7",
    "description": "Instantly import text from any website and read it 3x faster.",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Save To Spreeder",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_idle",
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "options.html"
            ],
            "matches": [
                "https:\/\/www.spreeder.com\/*"
            ]
        }
    ]
}