Don't discard
Disables automatic tab discarding feature, configurable for specific urls.
Don't discardとは何ですか?
Don't discardはYuhsak Inoueによって開発されたChromeの拡張機能で、その主な機能は「Disables automatic tab discarding feature, configurable for specific urls.」です。
拡張機能のスクリーンショット
Don't discard拡張機能のCRXファイルをダウンロード
Don't discard拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The conditions to determine which tabs to be disabled can be configured at option page using regular expression based on website's url, otherwise automatic discarding will be turned off for entire tabs by default. The relevant tabs must be reloaded to be taking effect by this extension. Note that only "turning off discarding" will be taking care of, which means that this extension never turns it on back once a tab were effected even if the tab doesn't hit the conditions any more. To turn on the feature again, please configure it manually by visiting browser's discarding setting page. Also relaunching the browser itself is one of the ways to sync the actual tab's states against the configured conditions.
拡張機能の基本情報
名前 | Don't discard |
ID | onodhifphgifinclhihikocgokedljbp |
公式URL | https://chromewebstore.google.com/detail/dont-discard/onodhifphgifinclhihikocgokedljbp |
説明 | Disables automatic tab discarding feature, configurable for specific urls. |
ファイルサイズ | 58.26 KB |
インストール数 | 1,500 |
現在のバージョン | 0.1.0 |
最終更新日 | 2022-03-18 |
公開日 | 2022-03-18 |
評価 | 4.20/5 合計 5 レビュー |
開発者 | Yuhsak Inoue |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/yuhsak/dont-discard |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Don't discard", "description": "Disables automatic tab discarding feature, configurable for specific urls.", "version": "0.1.0", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "background": { "service_worker": "background.js" }, "options_page": "option\/index.html", "permissions": [ "tabs", "storage" ] } |