Save Chrome Tabs For Later
Set aside your currently open tabs to quickly reopen them later.
什麼是Save Chrome Tabs For Later?
Save Chrome Tabs For Later是由LightPark開發的Chrome擴展程式,該擴展的主要功能是“Set aside your currently open tabs to quickly reopen them later.”。
擴展截圖
下載Save Chrome Tabs For Later擴展crx文件
下載Save Chrome Tabs For Later擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Lets you easily save your currently open tabs to quickly restore them later. ACCOLADES:- Featured on Product Hunt as the #4 Product of the Day. The best extension of its category just got a whole lot better. With all these improvements, 'Save Chrome Tabs For Later' is a must have extension for anyone who wants to be more productive with their tabs. Now you don't have to worry about not being able to get through all the important tabs that you have opened because you have to sleep, go to work etc. Just set these tabs aside in one click and when you come back you can quickly access them all. No more reading through your browsing history to figure out what stuff was left to go through. You won't miss any important info you clicked on but could not get to. When your family members/friends interrupt your browsing session to take over, you don't have to worry if they accidentally close your tabs/window. Just set your tabs aside and later you can fire them up at once in the same order you were using them. No unnecessary permission needed.
擴展基本資訊
名稱 | Save Chrome Tabs For Later |
ID | hppbldbofhjnhlpcnkdipgjkcefkgkpm |
官方網址 | https://chromewebstore.google.com/detail/save-chrome-tabs-for-late/hppbldbofhjnhlpcnkdipgjkcefkgkpm |
簡介 | Set aside your currently open tabs to quickly reopen them later. |
檔案大小 | 250 KB |
安裝次數 | 13,869 |
目前版本 | 1.3 |
更新時間 | 2022-11-27 |
上架時間 | 2019-09-17 |
評分 | 4.24/5 共 49 次評分 |
開發者 | LightPark |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://lightpark-dev.github.io/save-chrome-tabs-for-later/ |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Save Chrome Tabs For Later", "version": "1.3", "manifest_version": 3, "description": "Set aside your currently open tabs to quickly reopen them later.", "permissions": [ "tabs", "unlimitedStorage" ], "action": { "default_popup": "popup.html", "default_icon": { "128": "images\/icon-128.png", "48": "images\/icon-48.png", "32": "images\/icon-32.png" } }, "icons": { "128": "images\/icon-128.png", "48": "images\/icon-48.png", "32": "images\/icon-32.png" } } |