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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reading Stats for Nerds gives you the ability to monitor the time you spend reading"입니다.

확장 프로그램 스크린샷

screenshot

Reading Stats for Nerds 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'"
}