Fready

Read more focused

Fready क्या है?

Fready Fready द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Read more focused"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Stay focused for longer and spend less time reading. Ideal for students and people with a lot of reading to go through!

⚛️ It works just like using your finger on a physical book thanks to the scientifically designed word pacer that simulates the ideal eye movement

🤖 It slows down on hard, long, rare, and scientific words, ensuring you stay laser-focused.

📜 It scrolls automatically when you reach the bottom of the page, allowing you to get fully immersed in the text.

Developed by 2 university students with ❤️ and 🍺


🔒 Privacy Notice: 

Everything happens locally! We're planning to add support for IPFS, so in the future you will be able to save your articles and preferences in a decentralized way. No data are collected, everything happens locally in your computer. Check out the code on GitHub (https://github.com/freadyapp/fready )                    

एक्सटेंशन की मूल जानकारी

नाम Fready Fready
ID fbfecjjfhcgpocehenopdofhkdjfpcgl
आधिकारिक URL https://chromewebstore.google.com/detail/fready/fbfecjjfhcgpocehenopdofhkdjfpcgl
विवरण Read more focused
फ़ाइल का आकार 1.22 MB
स्थापना संख्या 8,054
वर्तमान संस्करण 3.0.0
अंतिम अपडेट 2022-01-28
प्रकाशन तिथि 2020-07-03
रेटिंग 3.61/5 कुल 38 रेटिंग्स
डेवलपर Fready
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://freadyapp.github.io/fready/terms
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fready",
    "action": [],
    "manifest_version": 3,
    "version": "3.0.0",
    "description": "Read more focused",
    "permissions": [
        "tabs",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        "file:\/\/\/*"
    ],
    "icons": {
        "16": "assets\/icon\/circle\/16.png",
        "32": "assets\/icon\/circle\/32.png",
        "128": "assets\/icon\/circle\/128.png",
        "512": "assets\/icon\/circle\/512.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/scripts\/xfreadyBase.js"
            ],
            "run_at": "document_idle"
        }
    ]
}