Now and Later
Save pages for later, and view them when you are not busy.
Now and Laterคืออะไร?
Now and Later เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wcproductions และคุณลักษณะหลักของมันคือ "Save pages for later, and view them when you are not busy."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Now and Later
ดาวน์โหลดไฟล์ส่วนขยาย Now and Later ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Now and Later is a simple anti-procrastination tool for saving pages for later viewing! Avoid bookmark clutter and rediscover pages you told yourself you'd eventually look at -- just not when you're working! Hit "Later" to close and store the current tab (which you clearly don't have time to look at now). Hit "Now" when you have free time to reopen the oldest tab you've stored. If you want to clear all your stored pages, hit the "Reset" button on top. Careful, this is not reversible! Made with <3 by Chow and Wang
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Now and Later |
ID | oebdghljofgongbdnfieaioiohdplkee |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/now-and-later/oebdghljofgongbdnfieaioiohdplkee |
คำอธิบาย | Save pages for later, and view them when you are not busy. |
ขนาดไฟล์ | 842 KB |
จำนวนการติดตั้ง | 34 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2015-01-31 |
วันที่เผยแพร่ | 2015-01-31 |
คะแนน | 3.33/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | wcproductions |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Now and Later", "description": "Save pages for later, and view them when you are not busy.", "version": "1.1", "icons": { "16": "icon_16x16.png", "48": "icon_48x48.png", "128": "icon_128x128.png" }, "permissions": [ "storage", "tabs" ], "browser_action": { "default_icon": "icon_16x16.png", "default_popup": "bookmark.html" } } |