Save To Spreeder

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

什麼是Save To Spreeder?

Save To Spreeder是由https://spreeder.com開發的Chrome擴展程式,該擴展的主要功能是“Instantly import text from any website and read it 3x faster.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Save To Spreeder擴展crx文件

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

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Save To Spreeder Save To Spreeder
ID glaeehjmkiniecdehbnikejfncfohpap
官方網址 https://chromewebstore.google.com/detail/save-to-spreeder/glaeehjmkiniecdehbnikejfncfohpap
簡介 Instantly import text from any website and read it 3x faster.
檔案大小 287 KB
安裝次數 2,231
目前版本 1.0.7
更新時間 2024-01-09
上架時間 2022-06-28
評分 4.38/5 共 8 次評分
開發者 https://spreeder.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.spreeder.com
隱私政策頁面URL https://www.ereflect.com/privacy.html
支援的語言 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\/*"
            ]
        }
    ]
}