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 |
公式URL | 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. |
Eメール | [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" } } } |