The Safer Suspender
Release browser resources by suspending the tabs you aren't using
The Safer Suspenderとは何ですか?
The Safer Suspenderはvalord577によって開発されたChromeの拡張機能で、その主な機能は「Release browser resources by suspending the tabs you aren't using」です。
拡張機能のスクリーンショット
The Safer Suspender拡張機能のCRXファイルをダウンロード
The Safer Suspender拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
"The Safer Suspender" is a safer and free and open-source extension for modern browser, such as Firefox, Edge and Chrome. Once installed and enabled, this extension will automatically suspend tabs that have not been used for a while, freeing up memory and cpu that the tab was consuming.
Github: https://github.com/valord577/theSaferSuspender/ 拡張機能の基本情報
| 名前 | |
| ID | bghakdgdhifpflgmpknjkekcbomcfnij |
| 公式URL | https://chromewebstore.google.com/detail/the-safer-suspender/bghakdgdhifpflgmpknjkekcbomcfnij |
| 説明 | Release browser resources by suspending the tabs you aren't using |
| ファイルサイズ | 15.6 KB |
| インストール数 | 28 |
| 現在のバージョン | 1.5 |
| 最終更新日 | 2021-12-29 |
| 公開日 | 2021-01-21 |
| 開発者 | valord577 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/valord577/theSaferSuspender |
| ヘルプページのURL | https://github.com/valord577/theSaferSuspender/issues |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"minimum_chrome_version": "88.0",
"author": "valord577",
"name": "The Safer Suspender",
"description": "Release browser resources by suspending the tabs you aren't using",
"version": "1.5",
"icons": {
"128": "icons\/ic_suspender_707070_128x128.png"
},
"homepage_url": "https:\/\/github.com\/valord577\/theSaferSuspender",
"permissions": [
"tabs",
"alarms",
"storage",
"unlimitedStorage"
],
"background": {
"service_worker": "backstage\/task.js"
},
"browser_action": {
"default_icon": {
"128": "icons\/ic_suspender_707070_128x128.png"
},
"default_title": "The Safer Suspender",
"default_popup": "popup.html"
}
} | |