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ファイルをダウンロード

Read Tab Later拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単に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 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"
    ]
}