ReadLater

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

ReadLater क्या है?

ReadLater https://dulema.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ReadLater is developed to provide e-book reading experience of internet contents such as Blogs, articles, web pages."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में ReadLater एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}