VIEW LATER - save links in a stack

This extension saves pages to view for later.

VIEW LATER - save links in a stack क्या है?

VIEW LATER - save links in a stack kentobi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension saves pages to view for later."।

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

screenshot
screenshot

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

crx प्रारूप में VIEW LATER - save links in a stack एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        With View Later you can very quickly save pages and links via context menu and view them later from your View Later stack.
There is no need for any external cloud service to save your links, as they are stored and synced by chrome itself.

Try this extension if you search for a simple, fast and visually clean read later chrome companion                    

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

नाम VIEW LATER - save links in a stack VIEW LATER - save links in a stack
ID hnolaplfoobcmgfmjphkmbjolinelpkb
आधिकारिक URL https://chromewebstore.google.com/detail/view-later-save-links-in/hnolaplfoobcmgfmjphkmbjolinelpkb
विवरण This extension saves pages to view for later.
फ़ाइल का आकार 1.29 MB
स्थापना संख्या 8,092
वर्तमान संस्करण 1.1.6
अंतिम अपडेट 2019-01-22
प्रकाशन तिथि 2019-01-21
रेटिंग 4.27/5 कुल 109 रेटिंग्स
डेवलपर kentobi
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://privacypolicies.com/privacy/view/9762f51a9b39168523fd49fd44604fbd
समर्थित भाषाएँ de,en,fr,es,it,pt-BR,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "VIEW LATER",
    "description": "__MSG_appDesc__",
    "version": "1.1.6",
    "default_locale": "en",
    "commands": {
        "view-page-later": {
            "suggested_key": {
                "default": "Ctrl+Shift+PageDown"
            },
            "description": "adds current page to VIEW LATER"
        },
        "open-latest-page": {
            "suggested_key": {
                "default": "Ctrl+Shift+PageUp"
            },
            "description": "opens the latest added page"
        }
    },
    "permissions": [
        "notifications",
        "contextMenus",
        "storage",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "\/js\/jquery-1.10.2.min.js",
            "\/js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/apis.google.com https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "icons": {
        "128": "icon.png"
    }
}