Tab-Save
Get open tab URLs for window, or load a list of URLs into new tabs on this window.
Tab-Saveとは何ですか?
Tab-SaveはRage Appによって開発されたChromeの拡張機能で、その主な機能は「Get open tab URLs for window, or load a list of URLs into new tabs on this window.」です。
拡張機能のスクリーンショット
Tab-Save拡張機能のCRXファイルをダウンロード
Tab-Save拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Get open tab URLs for window, or load a list of URLs into new tabs on this window.
This is a fork from https://chrome.google.com/webstore/detail/tab-snap/ajjloplcjllkammemhenacfjcccockde
fix: issue when save file and url contains # 拡張機能の基本情報
| 名前 | |
| ID | iphpjidhdoilnfjhjpchcgamknepmabh |
| 公式URL | https://chromewebstore.google.com/detail/tab-save/iphpjidhdoilnfjhjpchcgamknepmabh |
| 説明 | Get open tab URLs for window, or load a list of URLs into new tabs on this window. |
| ファイルサイズ | 53.78 KB |
| インストール数 | 231 |
| 現在のバージョン | 1.3.2 |
| 最終更新日 | 2023-12-05 |
| 公開日 | 2020-06-14 |
| 評価 | 4.00/5 合計 1 レビュー |
| 開発者 | Rage App |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Tab-Save",
"version": "1.3.2",
"description": "Get open tab URLs for window, or load a list of URLs into new tabs on this window.",
"icons": {
"128": "icon128.png"
},
"browser_action": {
"default_icon": "icon128.png",
"default_title": "Tab-Save",
"default_popup": "popup.html"
},
"options_page": "options.html",
"permissions": [
"tabs"
]
} | |