Tabs Saver
Tab Saver is a powerful extension that helps you organize and save your open tabs for later use. With Tab Saver, you can create…
什麼是Tabs Saver?
Tabs Saver是由S.開發的Chrome擴展程式,該擴展的主要功能是“Tab Saver is a powerful extension that helps you organize and save your open tabs for later use. With Tab Saver, you can create…”。
擴展截圖
下載Tabs Saver擴展crx文件
下載Tabs Saver擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Tab Saver is a powerful extension that helps you organize and save your open tabs for later use. With Tab Saver, you can create folders to categorize and store your tabs, making it easy to access them whenever you need. Save your tabs with just one click and give each folder a custom name. Open all saved tabs at once with a single click or open specific folders individually. Stay organized and boost your productivity with Tab Saver!
擴展基本資訊
名稱 | Tabs Saver |
ID | aniebmmmmnpkggbnnjablneifehlkedc |
官方網址 | https://chromewebstore.google.com/detail/tabs-saver/aniebmmmmnpkggbnnjablneifehlkedc |
簡介 | Tab Saver is a powerful extension that helps you organize and save your open tabs for later use. With Tab Saver, you can create… |
檔案大小 | 38.24 KB |
安裝次數 | 128 |
目前版本 | 1.45 |
更新時間 | 2023-05-11 |
上架時間 | 2023-05-10 |
評分 | 4.00/5 共 1 次評分 |
開發者 | S. |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tabs Saver", "version": "1.45", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "action": { "default_popup": "popup.html" }, "host_permissions": [ "https:\/\/developer.chrome.com\/*" ], "permissions": [ "tabs", "activeTab", "storage" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } } |