Read Tab Later

Read Tab Later helps prevent you from having a tab bar packed with pinned tabs that you "might" read later. It does this by…

Read Tab Later란 무엇입니까?

Read Tab Later은(는) Ryan Hoffmann에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Read Tab Later helps prevent you from having a tab bar packed with pinned tabs that you "might" read later. It does this by…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Read Tab Later helps prevent you from having a tab bar packed with pinned tabs that you "might" read later.  

It does this by providing you with a button to simply pin the current tab you want to save for later to the New Tab page.  Upon opening up a new tab, you'll find screenshots of each of the pages you pinned for later and can click any of them to quickly navigate to that page.  If no pages have been pinned, a design related quote is presented instead.                    

확장 프로그램 기본 정보

이름 Read Tab Later Read Tab Later
ID cmnjlnadoijdhgkcglfejbinjobgmbhn
공식 URL https://chromewebstore.google.com/detail/read-tab-later/cmnjlnadoijdhgkcglfejbinjobgmbhn
설명 Read Tab Later helps prevent you from having a tab bar packed with pinned tabs that you "might" read later. It does this by…
파일 크기 181 KB
설치 횟수 281
현재 버전 1.0
최근 업데이트 2015-02-10
출시 날짜 2015-02-09
평점 4.78/5 총 9 개의 평점
개발자 Ryan Hoffmann
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Read Tab Later",
    "version": "1.0",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "pin.png",
        "default_title": "Pin to new tab page"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "",
        "storage"
    ]
}