7Reads

Save up to 7 articles to read later.

7Reads क्या है?

7Reads Maxi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save up to 7 articles to read later."।

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

screenshot

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

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

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

                        We want to help you keep an uncluttered repository of knowledge.
Save up to 7 articles to read later.
Start by reading an article every day or follow your own pace.                    

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

नाम 7Reads 7Reads
ID dccpgbihikflpeipplecegejebpeligi
आधिकारिक URL https://chromewebstore.google.com/detail/7reads/dccpgbihikflpeipplecegejebpeligi
विवरण Save up to 7 articles to read later.
फ़ाइल का आकार 295 KB
स्थापना संख्या 158
वर्तमान संस्करण 1.5.0
अंतिम अपडेट 2021-07-30
प्रकाशन तिथि 2020-06-27
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर Maxi
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://7reads.now.sh
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "7Reads",
    "description": "Save up to 7 articles to read later.",
    "version": "1.5.0",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open 7reads"
    },
    "icons": {
        "16": "icon-dark-16.png",
        "48": "icon-dark-48.png",
        "128": "icon-dark-128.png"
    },
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}