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文件
下载Chromforter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 } |