Chromforter
Discard/suspend tabs to be restored; open downloads rather than save them
Chromforter란 무엇입니까?
Chromforter은(는) abliznyuk에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Discard/suspend tabs to be restored; open downloads rather than save them"입니다.
확장 프로그램 스크린샷
Chromforter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension brings to Chrome user experiences which are likely to be desired. Discard/suspend tabs on session/window restore. When this feature is enabled, only active tabs get loaded, while others stay suspended until you navigate them. This feature is most applicable for low internet bandwidth or machines with weak CPU or when too many tabs are open. So extension enforces Chrome to behave as other browsers do. Discard arbitrary tab: unload heavy or disturbing page in order to return back to it when you are ready. Open downloaded file locally and don't store it for one time review. Maintain downloads directory clean. Chrome has no option to open file instead of saving. The extension allows this. First, you download a file as usual. Then notification offers you to open file. If you agree to proceed, it will be removed automatically in an hour, or, if failed (in case Chrome is not launched, file is locked, etc.), on next Chrome startup. ...and more features are coming soon! A user can disable any amendment by the extension to choose those which they need. Browse with comfort!
확장 프로그램 기본 정보
이름 | Chromforter |
ID | megkempkaejbjnmfpeddbmnbeonhjkkb |
공식 URL | https://chromewebstore.google.com/detail/chromforter/megkempkaejbjnmfpeddbmnbeonhjkkb |
설명 | Discard/suspend tabs to be restored; open downloads rather than save them |
파일 크기 | 43.67 KB |
설치 횟수 | 38 |
현재 버전 | 1.5.1 |
최근 업데이트 | 2018-03-27 |
출시 날짜 | 2018-03-27 |
평점 | 4.67/5 총 3 개의 평점 |
개발자 | abliznyuk |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chromforter", "version": "1.5.1", "description": "__MSG_manifest_description__", "default_locale": "en", "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "tabs", "webNavigation", "notifications", "downloads", "downloads.open", "downloads.shelf", "alarms", "contextMenus", "storage" ], "options_ui": { "page": "options\/options.html", "chrome_style": true }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "16": "icon16.png", "48": "icon48.png" }, "default_title": "Chromeforter", "default_popup": "browserAction\/popup.html" }, "manifest_version": 2 } |