The Great Desuspender
Recover tabs from The Great Suspender
The Great Desuspenderとは何ですか?
The Great DesuspenderはHALtheWiseによって開発されたChromeの拡張機能で、その主な機能は「Recover tabs from The Great Suspender」です。
拡張機能のスクリーンショット
The Great Desuspender拡張機能のCRXファイルをダウンロード
The Great Desuspender拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension "fixes" any tabs that were previously suspended by The Great Suspender, redirecting them back to their true URL. 拡張機能の基本情報
| 名前 | |
| ID | pgpmpfcpnpgnkombckgpnfkmbepockaj |
| 公式URL | https://chromewebstore.google.com/detail/the-great-desuspender/pgpmpfcpnpgnkombckgpnfkmbepockaj |
| 説明 | Recover tabs from The Great Suspender |
| ファイルサイズ | 59.96 KB |
| インストール数 | 954 |
| 現在のバージョン | 0.2 |
| 最終更新日 | 2021-02-17 |
| 公開日 | 2021-02-05 |
| 評価 | 5.00/5 合計 4 レビュー |
| 開発者 | HALtheWise |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/HALtheWise/the-great-desuspender |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "The Great Desuspender",
"version": "0.2",
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
"tabs"
],
"icons": {
"128": "desuspendy_128x128.png"
},
"browser_action": {
"default_title": "Desuspend all tabs",
"default_icon": {
"128": "desuspendy_128x128.png"
}
},
"description": "Recover tabs from The Great Suspender",
"manifest_version": 2
} | |