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 là gì?

Read Tab Later là một tiện ích mở rộng Chrome được phát triển bởi Ryan Hoffmann, và tính năng chính của nó là "Read Tab Later helps prevent you from having a tab bar packed with pinned tabs that you "might" read later. It does this by…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Read Tab Later

Tải xuống các tệp mở rộng Read Tab Later dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Read Tab Later Read Tab Later
ID cmnjlnadoijdhgkcglfejbinjobgmbhn
URL Chính Thức https://chromewebstore.google.com/detail/read-tab-later/cmnjlnadoijdhgkcglfejbinjobgmbhn
Mô tả Read Tab Later helps prevent you from having a tab bar packed with pinned tabs that you "might" read later. It does this by…
Kích Thước Tệp 181 KB
Số Lần Cài Đặt 281
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2015-02-10
Ngày Phát Hành 2015-02-09
Đánh Giá 4.78/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Ryan Hoffmann
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}