Actually Read it Later

Extension for saving articles for later, and actually reading them

Actually Read it Later क्या है?

Actually Read it Later Arsen Losenko द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension for saving articles for later, and actually reading them"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        If you are always forgetting that article that you saved to read it later, this extension is for you!

Usage of extension is as basic as it gets: you set time for reading in options, and then save any article that you want by clicking on extension icon. When the reading time comes, you will be presented with list of your saved articles. Pretty easy, right?

Feel free to share your usage experience here, any feedback is appreciated!                    

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

नाम Actually Read it Later Actually Read it Later
ID ljjoedgdgmfajafgijejbomchigkojie
आधिकारिक URL https://chromewebstore.google.com/detail/actually-read-it-later/ljjoedgdgmfajafgijejbomchigkojie
विवरण Extension for saving articles for later, and actually reading them
फ़ाइल का आकार 423 KB
स्थापना संख्या 266
वर्तमान संस्करण 1.7.5
अंतिम अपडेट 2018-03-17
प्रकाशन तिथि 2018-03-17
रेटिंग 4.00/5 कुल 6 रेटिंग्स
डेवलपर Arsen Losenko
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Actually Read it Later",
    "description": "Extension for saving articles for later, and actually reading them",
    "version": "1.7.5",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "alarms",
        "notifications",
        "storage",
        "tabs",
        "contextMenus",
        ""
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "browser_action": {
        "default_title": "Actually Read It Later",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/notebook16.png",
        "32": "img\/notebook32.png",
        "48": "img\/notebook48.png",
        "128": "img\/notebook128.png"
    }
}