READIPEDIA

Best Speed Reader. Find Your Reading Style and Read Faster!

READIPEDIA란 무엇입니까?

READIPEDIA은(는) https://readipedia.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Best Speed Reader. Find Your Reading Style and Read Faster!"입니다.

확장 프로그램 스크린샷

screenshot

READIPEDIA 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        "Read it fast" is now "Readipedia". With Readipedia, Reading is much faster and much fun. 

The different styles of displaying the text are provided to enhance reading speed. This Extension is very useful for reading faster and shows improvement in regular reading speed with daily usage.

There are five styles users can choose from. 
1. Alternate shaded rows enable users to read a particular web page faster.
2. Display text with variable font size so that our eyes focuses less on longer words. 
3. Another style makes the text alignment different for alternate words which enhances readability. 
4.  First letter colored for every word helps us to read words faster. 
5.  Increased Word spacing enhances reading speed.
User can choose whichever style or combination of them he feels is best for better reading speed.                    

확장 프로그램 기본 정보

이름 READIPEDIA READIPEDIA
ID mdfmakbcgiablajocpnolhkfhodjlpcp
공식 URL https://chromewebstore.google.com/detail/readipedia/mdfmakbcgiablajocpnolhkfhodjlpcp
설명 Best Speed Reader. Find Your Reading Style and Read Faster!
파일 크기 559 KB
설치 횟수 34
현재 버전 0.0.3.9
최근 업데이트 2022-04-09
출시 날짜 2019-12-01
평점 5.00/5 총 2 개의 평점
개발자 https://readipedia.com
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://www.readipedia.com
도움말 페이지 URL https://www.readipedia.com/contact/
개인정보 보호 정책 페이지 URL https://www.readipedia.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "READIPEDIA",
    "short_name": "RFAST",
    "description": "Best Speed Reader. Find Your Reading Style and Read Faster!",
    "minimum_chrome_version": "29",
    "version": "0.0.3.9",
    "permissions": [
        "storage",
        "activeTab",
        "https:\/\/www.paypal.com\/cgi-bin\/webscr",
        "http:\/\/www.readipedia.com\/wp-json\/lmfwc\/v2\/licenses\/",
        "https:\/\/pmny.in\/PI1gcZqohdFl"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "back_script.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Find your reading style!",
        "default_popup": "popupsign.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "commands": {
        "key_to_style1": {
            "suggested_key": {
                "default": "Alt+Shift+A"
            },
            "description": "Apply"
        },
        "key_to_style2": {
            "suggested_key": {
                "default": "Alt+Shift+R"
            },
            "description": "Reset"
        },
        "key_to_style3": {
            "suggested_key": {
                "default": "Alt+Shift+1"
            },
            "description": "Apply Alternate Shaded Row"
        },
        "key_to_style4": {
            "suggested_key": {
                "default": "Alt+Shift+2"
            },
            "description": "Apply Word Length Based Font size"
        }
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAm4cOvqo13p1gmEUVVrT\/xYCtPEhr\/VsF2JeoLZWm66DGtNNl2PvqaTuKh2oiezOs5axySACG4j2MBPt\/1Cu5IRdVWDvY6\/QeZOgyp\/5PwIIR2CQiaef1Nm19bOhRxM9LfXb+IP+pVs57UrsB\/1Jk5FPdMSRh4w+oVPfsd8pdsXCOI8ymJiEMj7hYv3tr9+CB+hr+N5hvC9JtnFe1B5OdhwMJUecssYkL48C1BrL019bj+A90MXMQs9YobN+Dt0fMPsO0mfBwuXK42HsyZtIeRHONflrb5AE4grS8I6B6EIEFhiYwEeZFDVIkiJsIAtc6\/8qP0JZ+jFqNILW3P7eckwIDAQAB",
    "manifest_version": 2
}