TabRecall
Store and organize your browsing sessions
TabRecallคืออะไร?
TabRecall เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ramchan5916 และคุณลักษณะหลักของมันคือ "Store and organize your browsing sessions"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TabRecall
ดาวน์โหลดไฟล์ส่วนขยาย TabRecall ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
With TabRecall you can create profiles of the pages you often visit. For example organizing them by categories e.g. your social media, email pages, video streaming sites, etc. You can reopen them by selecting the desired profile and TabRecall will bring all your saved tabs to the same or new window. Organizing your browsing sessions was never that easy until now.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | TabRecall |
ID | jigeoabeodiakeocihgcppapnfikpaad |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tabrecall/jigeoabeodiakeocihgcppapnfikpaad |
คำอธิบาย | Store and organize your browsing sessions |
ขนาดไฟล์ | 56.58 KB |
จำนวนการติดตั้ง | 67 |
เวอร์ชันปัจจุบัน | 0.4 |
อัปเดตครั้งล่าสุด | 2016-11-04 |
วันที่เผยแพร่ | 2016-11-03 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | ramchan5916 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TabRecall", "description": "Store and organize your browsing sessions", "version": "0.4", "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_popup": "popup.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Shift+A", "windows": "Alt+Shift+A", "mac": "Alt+Shift+A", "chromeos": "Alt+Shift+A", "linux": "Alt+Shift+A" } } }, "permissions": [ "storage", "tabs" ] } |