readeck

Readeck browser extension

readeck là gì?

readeck là một tiện ích mở rộng Chrome được phát triển bởi Readeck, và tính năng chính của nó là "Readeck browser extension".

Ả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 readeck

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

                        Readeck is a simple web application that lets you save the precious readable content of web pages you like and want to keep forever.
See it as a bookmark manager and a read later tool.

This is the browser extension that lets you save pages directly from your browser.

Send the content as you see it

Sometimes, Readeck can't directly save an article. There can be many reasons for that; the service is blocked by a website or it's a subscription only website.

The extension solves these issues by sending the full content of the page you want to save, including images.

Select content

In other occasions, you might need to save only a specific part of a page. If you select some text and click on the Readeck button, only the selected part will be sent to Readeck.
You can even save multiple selections at once!                    

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

Tên readeck readeck
ID jnmcpmfimecibicbojhopfkcbmkafhee
URL Chính Thức https://chromewebstore.google.com/detail/readeck/jnmcpmfimecibicbojhopfkcbmkafhee
Mô tả Readeck browser extension
Kích Thước Tệp 36.24 KB
Số Lần Cài Đặt 496
Phiên Bản Hiện Tại 1.2.5
Cập Nhật Lần Cuối 2024-01-07
Ngày Phát Hành 2024-01-05
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Readeck
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://readeck.org/
URL Trang Trợ Giúp https://codeberg.org/readeck/browser-extension/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "readeck",
    "version": "1.2.5",
    "description": "Readeck browser extension",
    "author": "Olivier Meunier ",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "109.0"
        }
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "dist\/background.js"
    },
    "content_scripts": [],
    "action": {
        "default_title": "Readeck",
        "default_icon": {
            "48": "icon48.png"
        },
        "default_area": "navbar",
        "default_popup": "action\/index.html"
    },
    "icons": {
        "48": "icon48.png",
        "96": "icon96.png"
    }
}