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…”。
擴展截圖
下載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 |
ID | cmnjlnadoijdhgkcglfejbinjobgmbhn |
官方網址 | 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", " |