Reading list

Save articles, videos, and other content for later use

Reading list क्या है?

Reading list Wave Lab द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save articles, videos, and other content for later use"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Have you found something interesting on the Internet but don’t necessarily have time now? Reading list is extensions to save articles, videos, and other content for later use. Unlike bookmarks which are meant to be kept indefinitely, the Reading List is meant for pages you’d like to read once or check in the future and then bookmark or just discard.

Features:

 - list of web pages to read later
 - reading list backup and synchronization*
 - reading list searching
 - add multiple pages in one click
 - add to reading list from context menu
 - quickly add to reading list using shortcut
 - open or remove multiple items in one click
 - undo recent changes
 - settings - customize extension

* You need to be signed in to Chrome

Supported only on Google Chrome.                    

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

नाम Reading list Reading list
ID pgkdcepboeicdjeklohlkhjnoaadbpbj
आधिकारिक URL https://chromewebstore.google.com/detail/reading-list/pgkdcepboeicdjeklohlkhjnoaadbpbj
विवरण Save articles, videos, and other content for later use
फ़ाइल का आकार 1.62 MB
स्थापना संख्या 5,210
वर्तमान संस्करण 2.2.2
अंतिम अपडेट 2019-03-08
प्रकाशन तिथि 2019-03-08
रेटिंग 4.09/5 कुल 56 रेटिंग्स
डेवलपर Wave Lab
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reading list",
    "description": "Save articles, videos, and other content for later use",
    "version": "2.2.2",
    "offline_enabled": false,
    "minimum_chrome_version": "25",
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "popup\/graphics\/icon.png",
        "default_popup": "popup\/index.html"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+R"
            }
        },
        "add_to_reading_list": {
            "suggested_key": {
                "default": "Alt+Shift+D"
            },
            "description": "Add current page to reading list"
        }
    },
    "background": {
        "page": "background\/index.html"
    }
}