readeck

Readeck browser extension

什麼是readeck?

readeck是由Readeck開發的Chrome擴展程式,該擴展的主要功能是“Readeck browser extension”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載readeck擴展crx文件

下載readeck擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 readeck readeck
ID jnmcpmfimecibicbojhopfkcbmkafhee
官方網址 https://chromewebstore.google.com/detail/readeck/jnmcpmfimecibicbojhopfkcbmkafhee
簡介 Readeck browser extension
檔案大小 36.24 KB
安裝次數 496
目前版本 1.2.5
更新時間 2024-01-07
上架時間 2024-01-05
評分 5.00/5 共 1 次評分
開發者 Readeck
電子郵箱 [email protected]
付費類型 free
擴展官網 https://readeck.org/
說明頁面URL https://codeberg.org/readeck/browser-extension/issues
支援的語言 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"
    }
}