Read Later

Save tabs to read later and automatically sync between browsers.

Read Later क्या है?

Read Later https://timleland.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Save tabs to read later and automatically sync between browsers."।

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

screenshot

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

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

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

                        When you find an article that is worth reading but do not have time, ReadLater allows you to save the tab for another time.

 - Your saved tabs will automatically sync between computers
 - Use the shortcut key (ctrl + shift + S) to save links without opening the extension.
 - Keep your browser fast by limiting the number of open tabs
 - Right on any link to add it to ReadLater
 - Save hundreds of links

More info: https://timleland.com/read-later-extension/
Source Code: https://github.com/timleland/ReadLaterCE                    

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

नाम Read Later Read Later
ID hleifpgbhiladknmecmkpgbgfmlnjhoh
आधिकारिक URL https://chromewebstore.google.com/detail/read-later/hleifpgbhiladknmecmkpgbgfmlnjhoh
विवरण Save tabs to read later and automatically sync between browsers.
फ़ाइल का आकार 2.45 MB
स्थापना संख्या 3,107
वर्तमान संस्करण 1.7.5
अंतिम अपडेट 2020-11-19
प्रकाशन तिथि 2020-01-07
रेटिंग 3.94/5 कुल 17 रेटिंग्स
डेवलपर https://timleland.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://timleland.com/read-later-extension/
सहायता पृष्ठ URL https://timleland.com/read-later-extension/
गोपनीयता नीति पृष्ठ URL https://t.ly/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Read Later",
    "homepage_url": "https:\/\/timleland.com\/read-later-extension\/",
    "short_name": "RL",
    "description": "Save tabs to read later and automatically sync between browsers.",
    "permissions": [
        "storage",
        "tabs",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "assets\/js\/jquery.min.js",
            "assets\/js\/jquery.timeago.min.js",
            "assets\/js\/badge.js",
            "assets\/js\/scripts.js",
            "assets\/js\/backgroundScript.js"
        ]
    },
    "version": "1.7.5",
    "browser_action": {
        "default_title": "Read Later",
        "default_icon": "assets\/img\/icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/img\/icon.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "commands": {
        "save-tab": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+S"
            },
            "description": "Save Tab"
        }
    }
}