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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ryan Hoffmann และคุณลักษณะหลักของมันคือ "Read Tab Later helps prevent you from having a tab bar packed with pinned tabs that you "might" read later. It does this by…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Read Tab Later
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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", " |