Tab Saver
Save your tabs to use them later
Tab Saverとは何ですか?
Tab SaverはMake Your Life Betterによって開発されたChromeの拡張機能で、その主な機能は「Save your tabs to use them later」です。
拡張機能のスクリーンショット
Tab Saver拡張機能のCRXファイルをダウンロード
Tab Saver拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Tab Saver is an open source tool to save your tabs.
You can save your tabs if you want to take a break from a subject when you are using too many tabs related too many different subject. Then you can reopen them as a tab group and continue where you left off!
You can use it with a basic popup.
Your data is not stored at anywhere but your computer.
It's pure, secure and useful.
You can contact me for bug reporting, feature demanding etc.
Code: https://github.com/i01000101/Chrome-Tab-Saver 拡張機能の基本情報
| 名前 | |
| ID | ebkmnfjbmmfeogbaokjedeigicecplje |
| 公式URL | https://chromewebstore.google.com/detail/tab-saver/ebkmnfjbmmfeogbaokjedeigicecplje |
| 説明 | Save your tabs to use them later |
| ファイルサイズ | 218 KB |
| インストール数 | 895 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2021-04-14 |
| 公開日 | 2021-04-13 |
| 評価 | 4.75/5 合計 4 レビュー |
| 開発者 | Make Your Life Better |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Tab Saver",
"version": "1.0.0",
"description": "Save your tabs to use them later",
"action": {
"default_icon": "icons\/boxIcon.png",
"default_popup": "popup.html",
"default_title": "Tab Saver"
},
"permissions": [
"tabs",
"tabGroups",
"storage",
"unlimitedStorage"
],
"icons": {
"512": "icons\/boxIcon.png"
}
} | |