The Great Suspender Original
Make your computer run smoothly by suspending the tabs you aren't using
什麼是The Great Suspender Original?
The Great Suspender Original是由The Great Suspender開發的Chrome擴展程式,該擴展的主要功能是“Make your computer run smoothly by suspending the tabs you aren't using”。
擴展截圖
下載The Great Suspender Original擴展crx文件
下載The Great Suspender Original擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Well-known The Great Suspender is available in Chrome Store again! It’s a fork from an original repo to regenerate its functionality for everyone. The Great Suspender Original suspends unused tabs to save memory usage. Flexible settings menu allows to set shortcuts, periodical of suspending and many other advantages. Organize browser tabs and manage opened session easily. Manage open tabs easier with a union list. Save your time and quickly find needed tab. Features: - suspend opened tabs by schedule or with a single click to save memory - restore tab all at one or only one needed - create group of tabs and save it for then using - suspend and unsuspend selected tab or all at once
擴展基本資訊
名稱 | |
ID | ahmkjjgdligadogjedmnogbpbcpofeeo |
官方網址 | https://chrome.google.com/webstore/detail/the-great-suspender-origi/ahmkjjgdligadogjedmnogbpbcpofeeo |
簡介 | Make your computer run smoothly by suspending the tabs you aren't using |
檔案大小 | 341 KB |
安裝次數 | 258,001 |
目前版本 | 7.2.6 |
更新時間 | 2023-04-25 |
上架時間 | 2020-11-11 |
評分 | 3.36/5 共 412 次評分 |
開發者 | The Great Suspender |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://suspendtab.com/privacy.html |
支援的語言 | ms,de,en,fil,fr,nl,no,es,es-419,it,pt-BR,pt-PT,sl,fi,ru,mr,hi,gu,ta,te,ml,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_ext_extension_name__", "description": "__MSG_ext_extension_description__", "version": "7.2.6", "manifest_version": 3, "options_page": "html\/options.html", "icons": { "16": "images\/icon-16x16.png", "32": "images\/icon-32x32.png", "48": "images\/icon-48x48.png", "128": "images\/icon-128x128.png" }, "default_locale": "en", "background": { "service_worker": "js\/serviceWorker.js", "type": "module" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "js": [ "js\/contentscript.js" ], "run_at": "document_start" } ], "permissions": [ "tabs", "storage", "history", "unlimitedStorage", "contextMenus", "cookies", "alarms", "favicon", "scripting" ], "web_accessible_resources": [ { "resources": [ "html\/suspended.html", "\/images\/*", "js\/*.js" ], "matches": [ " |