ReadLater

ReadLater is developed to provide e-book reading experience of internet contents such as Blogs, articles, web pages.

ReadLater란 무엇입니까?

ReadLater은(는) https://dulema.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "ReadLater is developed to provide e-book reading experience of internet contents such as Blogs, articles, web pages."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        ReadLater Introduction:
1. Have you ever stumble upon webt contents that would like to read later?  Well, ReadLater is that solution.  You can conveniently add blog, articles, web pages into your collection for future consumption;
2. Intelligent formatting of texts and graphics, provide magazine style reading comfort at any time of your choosing– clutter free!
3. Enhanced and convenient in-app content sharing features;
4. Making handwritten on-page notes,  make bookmarks… better than the real thing!

Dulema to provide Cloud services to ReadLater. Its website is dulema.com

Dulema Introduction:
A cross-media network library applications. Supports mainstream document (PDF, Word, PPT, ePub, Text, UMD, Google Books, RSS, HTML) to provide a unified management, reading experience!

key features:
1. The popular document  support to provide a unified content management, reading experience
2. Cloud notes, cloud bookmark (integrated with Evernote, Douban and Weibo)
3. Document and literature search
4. Online resources later (offline) reading
5. Slide show, handwriting and graffiti notes                    

확장 프로그램 기본 정보

이름 ReadLater ReadLater
ID dnonpndeibhdojmapddbfjkldgidolml
공식 URL https://chromewebstore.google.com/detail/readlater/dnonpndeibhdojmapddbfjkldgidolml
설명 ReadLater is developed to provide e-book reading experience of internet contents such as Blogs, articles, web pages.
파일 크기 222 KB
설치 횟수 885
현재 버전 3.0.6
최근 업데이트 2019-03-08
출시 날짜 2019-03-08
평점 3.30/5 총 20 개의 평점
개발자 https://dulema.com
결제 유형 free
확장 프로그램 웹 사이트 http://dulema.com
지원되는 언어 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_dulemaReadLater__",
    "version": "3.0.6",
    "manifest_version": 2,
    "default_locale": "zh_CN",
    "description": "__MSG_readLaterIntro__",
    "icons": {
        "128": "logo-128.png",
        "48": "logo-48.png",
        "16": "logo-16.png"
    },
    "browser_action": {
        "default_icon": "logo-16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google.com https:\/\/api.t.sina.com.cn; object-src 'self'",
    "background": {
        "page": "background.html"
    },
    "web_accessible_resources": [
        "content.html"
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "notifications",
        "unlimitedStorage"
    ]
}