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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension saves pages to view for later."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

VIEW LATER - save links in a stack 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}