Read This Later

Save a list of pages to read later.

Read This Later란 무엇입니까?

Read This Later은(는) jackf에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save a list of pages to read later."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Read This Later 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Avoid cluttering up bookmarks!

Mark articles and pages that you don't have time to read, and pick them up again later.

Synchronizes across chrome devices.                    

확장 프로그램 기본 정보

이름 Read This Later Read This Later
ID beanlcbbdbempflllcplmhfojimccfcg
공식 URL https://chromewebstore.google.com/detail/read-this-later/beanlcbbdbempflllcplmhfojimccfcg
설명 Save a list of pages to read later.
파일 크기 146 KB
설치 횟수 932
현재 버전 1.1.1
최근 업데이트 2015-04-08
출시 날짜 2015-04-08
평점 4.40/5 총 20 개의 평점
개발자 jackf
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Read This Later",
    "short_name": "Read This Later",
    "description": "Save a list of pages to read later.",
    "version": "1.1.1",
    "icons": {
        "16": "images\/icons\/icon-16.png",
        "48": "images\/icons\/icon-48.png",
        "128": "images\/icons\/icon-128.png"
    },
    "browser_action": {
        "default_title": "Read This Later",
        "default_icon": "images\/icons\/icon-19.png",
        "default_popup": "views\/popup.html"
    },
    "background": {
        "persistent": false,
        "page": "views\/background.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "activeTab",
        "tabs",
        "contextMenus",
        "storage"
    ]
}