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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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": [ " |