Reading Stats for Nerds

Reading Stats for Nerds gives you the ability to monitor the time you spend reading

Reading Stats for Nerds क्या है?

Reading Stats for Nerds aditya.behere द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reading Stats for Nerds gives you the ability to monitor the time you spend reading"।

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

screenshot

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

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

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

                        Check your weekly reading stats directly within getpocket.com

In the world with reduced attention spans and constant task switching, RS4N nudges you to do the one activity which will positively affect your career — reading.
 
We’re launching this so that you can keep a track of your ever growing pocket list. It’s not just about how much you’re reading, it’s also about how much you’re saving every week.
 
OPTIMISE YOUR READING
Keep tabs on the number of articles you save, the number of articles you read and the minutes you read every week.
 
BUILD & NURTURE A READING HABIT
Motivate yourself to read more by comparing your performance last week vs this week
 
The stats get updated every single time you open the pocket website. If you don’t measure something, chances are, you won’t improve it. Install the extension today to get started                    

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

नाम Reading Stats for Nerds Reading Stats for Nerds
ID akeejgahdhbjfdkpbdcacagjlnbfeecg
आधिकारिक URL https://chromewebstore.google.com/detail/reading-stats-for-nerds/akeejgahdhbjfdkpbdcacagjlnbfeecg
विवरण Reading Stats for Nerds gives you the ability to monitor the time you spend reading
फ़ाइल का आकार 86.91 KB
स्थापना संख्या 47
वर्तमान संस्करण 0.0.4
अंतिम अपडेट 2021-02-26
प्रकाशन तिथि 2020-10-06
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर aditya.behere
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reading Stats for Nerds",
    "version": "0.0.4",
    "description": "Reading Stats for Nerds gives you the ability to monitor the time you spend reading",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/getpocket.com\/*"
            ],
            "js": [
                "js\/lib\/jquery-3.5.1.js",
                "js\/contentScript.js",
                "js\/lib\/sentry-tracing.min.js"
            ],
            "css": [
                "css\/styles.css"
            ]
        }
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "js\/lib\/jquery-3.5.1.js",
            "js\/background.js",
            "js\/lib\/sentry-tracing.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon-128x128.png"
    },
    "icons": {
        "128": "icons\/icon-128x128.png"
    },
    "web_accessible_resources": [
        "\/login.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}