No-Tabs-Auto-Discard
Disable auto-discard of all tabs or for tabs with specific domains
No-Tabs-Auto-Discardとは何ですか?
No-Tabs-Auto-Discardはmobile.euraによって開発されたChromeの拡張機能で、その主な機能は「Disable auto-discard of all tabs or for tabs with specific domains」です。
拡張機能のスクリーンショット
No-Tabs-Auto-Discard拡張機能のCRXファイルをダウンロード
No-Tabs-Auto-Discard拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Not all domains or web applications benefit from Chrome's tabs auto-discarding feature, in an enterprise context many of those are state-rich, always connected mission critical applications (e.g. CTI applications, monitoring applications, etc.) which can be negatively impacted by such Chrome feature. This extension has been developed to deal with Chrome tabs auto-discarding feature by providing a way to configure its behaviour over the tabs of a Chrome instance. The extension monitors your tabs and can be configured to: - turn off the extension (Chrome default behaviour) - disable auto-discarding on all tabs (already opened and new tabs) - disable auto-discard for specific domains (already opened and new tabs) The extension's configuration can be provided in two ways (in order of precedence): - by Chrome Policies (for enterprise Administrator/Users distributed via Windows Group Policy) - by local configuration file Configuration Parameters ------------------------------------ This extension can be configured with this two parameters : - DiscardDisabledMode This mandatory parameter controls the extension behaviour: - EXTENSION_DISABLED Disable the extension - DISABLE_FOR_ALL_TABS (default extension mode) Disable auto-discard for all tabs - DISABLE_ONLY_FOR_DOMAINS Disable auto-discard for specific domains (FQDN, e.g. medium.com, www.google.com) - DiscardDisabledDomains This optional parameter is specific for DiscardDisabledMode=DISABLE_ONLY_FOR_DOMAINS and contains the list of domains for which to disable auto-discarding: - e.g. [ "medium.com", "www.google.com"] If DiscardDisabledMode=DISABLE_ONLY_FOR_DOMAINS but the list is empty, the extension will behave like DiscardDisabledMode=DISABLE_FOR_ALL_TABS Configuration Providers ------------------------------------ - Chrome Policies (for enterprise Administrator/Users distributed via Windows Group Policy) The extension configuration can be provided machine-wide or for specific users by applying enterprise policies or GPO to the device registry under the following keys: - Machine-Wide HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\3rdparty\extensions\ndpjhokgnpdcldkklhhklkgabnjehfap\policy - Specific User HKEY_CURRENT_USER\SOFTWARE\Policies\Google\Chrome\3rdparty\extensions\ndpjhokgnpdcldkklhhklkgabnjehfap\policy Depending on your choice, under the key create the two configuration parameters: - DiscardDisabledMode (string/REG_SZ) - DiscardDisabledDomains (string/REG_SZ) IMPORTANT!!! Chrome Policies have precedence over the local configuration file. - Local configuration file The extension can be also configured by its local configuration file (config.json), located under the extension's installation folder (e.g. on Windows) : - C:\Users\\AppData\Local\Google\Chrome\User Data\Default\Extensions\ndpjhokgnpdcldkklhhklkgabnjehfap\ \config.json The configuration file has this structure (the json below shows the default configuration) : { "DiscardDisabledMode":"DISABLE_FOR_ALL_TABS", "DiscardDisabledDomains":[] } - Configuration Refresh ---------------------------------- The extension's configuration is refreshed: - manually - by clicking the "Refresh Configuration" button on the extension popup - automatically by the extension: - when Chrome starts up - every 60 minutes - when the device is locked or screensaver is active for more than 2 minutes
拡張機能の基本情報
名前 | No-Tabs-Auto-Discard |
ID | ndpjhokgnpdcldkklhhklkgabnjehfap |
公式URL | https://chromewebstore.google.com/detail/no-tabs-auto-discard/ndpjhokgnpdcldkklhhklkgabnjehfap |
説明 | Disable auto-discard of all tabs or for tabs with specific domains |
ファイルサイズ | 35.28 KB |
インストール数 | 3,121 |
現在のバージョン | 1.0.4 |
最終更新日 | 2022-06-01 |
公開日 | 2022-05-22 |
評価 | 3.67/5 合計 6 レビュー |
開発者 | mobile.eura |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en,it |
manifest.json | |
{ "action": { "default_popup": "popup.html" }, "author": "Alessandro Baratella", "background": { "service_worker": "background.js" }, "default_locale": "en", "description": "__MSG_manifest_description__", "icons": { "128": "icon128.png", "16": "icon16.png", "24": "icon24.png", "32": "icon32.png", "48": "icon48.png" }, "manifest_version": 3, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzFRQQUwM9pxTiojkdr4NAUlTXAnE5v3skCxfNDYjhFq52CbIhYzLi2KZpK+Vl4XgMl\/KMEtdZ\/svT13v\/LbKdCbR6yj+9wXliMnQAhwBgal5GeCZbF2ew1POsRM6yhcVOVIhvY23xEV6RRrSHd2x4Q5guXsTy3+hC+2SCFSJR69oK00oMBEK9XJkzWEP3n1HsZWazI\/ZtRVCUYKyGVSYFuzys+5nKF+rDM\/mJw+5AcHF\/Xz9u1ljcTmY7pSqBKqm+54GGuPfnetMbY6f0SxzcSIiFDjc4ha8Hlai9Gr5P0PDJM8uIrZGju+vzqU2m0SOE0Y\/3BTVQ2+wanaDxhl1KwIDAQAB", "name": "__MSG_manifest_name__", "permissions": [ "tabs", "storage", "idle", "alarms" ], "storage": { "managed_schema": "schema.json" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.4" } |