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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |