Save To Spreeder

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

Save To Spreeder क्या है?

Save To Spreeder https://spreeder.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Instantly import text from any website and read it 3x faster."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Save To Spreeder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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\/*"
            ]
        }
    ]
}