Silence of the Tabs (Beta)
Suspends inactive tabs or optionally, by clicking the [S] icon, the current tab or all other tabs of the current window.
Silence of the Tabs (Beta)란 무엇입니까?
Silence of the Tabs (Beta)은(는) K. Bauer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Suspends inactive tabs or optionally, by clicking the [S] icon, the current tab or all other tabs of the current window."입니다.
확장 프로그램 스크린샷
Silence of the Tabs (Beta) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
!! BETA VERSION !! ================== The extension is currently in testing. Some minor issues remain: - Sometimes tabs don't reload automatically when they should, and the user has to manually press the back button. - Using the "Suspend other Tabs" feature accidentally closes some tabs. How Tabs are Stored =================== The suspended tab is stored in a "Data-URL", which can be synchronized by Chrome's builtin Synchronization feature, such that the "Recent Tabs" feature on mobile devices and other PCs can be used. Since Data-URLs are local, no browsing information is sent to any server (other than, if enabled, Google's sync servers), so no privacy-issues should arise. Tabs that have been suspended by the timer, or by "Suspend Other Tabs" will reload automatically, when they are revisted. Comparison to similar Extensions ================================ Compared to "The Great Suspender", the Data-URLs enable synchronization with mobile devices, where the extension cannot be installed. Compared to "TabMemFree", the Data-URLs prevent loss of browsing information, when something deletes the tab's history (e.g. due to a crash). Developer Mode ============== The app includes a "Developer Mode" option, which adds a lot of debug information to the interface and to the JavaScript console.
확장 프로그램 기본 정보
이름 | Silence of the Tabs (Beta) |
ID | maidomnbcecnleeblgamjpjdiijifjmc |
공식 URL | https://chromewebstore.google.com/detail/silence-of-the-tabs-beta/maidomnbcecnleeblgamjpjdiijifjmc |
설명 | Suspends inactive tabs or optionally, by clicking the [S] icon, the current tab or all other tabs of the current window. |
파일 크기 | 17.32 KB |
설치 횟수 | 21 |
현재 버전 | 0.2.2 |
최근 업데이트 | 2018-07-04 |
출시 날짜 | 2018-07-04 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | K. Bauer |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/kbauer/Silence-of-the-Tabs |
도움말 페이지 URL | https://github.com/kbauer/Silence-of-the-Tabs#knownissues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Silence of the Tabs (Beta)", "description": "Suspends inactive tabs or optionally, by clicking the [S] icon, the current tab or all other tabs of the current window.", "version": "0.2.2", "browser_action": { "default_popup": "main.html#popuppage" }, "options_page": "main.html#optionspage", "background": { "page": "main.html#backgroundpage" }, "permissions": [ "tabs", "storage" ], "icons": { "128": "icon.png" } } |