Auto Close Tab
This extension runs in the background and will close any tab opened where the URL begins with ie:http
什么是Auto Close Tab?
Auto Close Tab是由newpscoder开发的Chrome扩展程序,该扩展的主要功能是“This extension runs in the background and will close any tab opened where the URL begins with ie:http”。
扩展截图
下载Auto Close Tab扩展crx文件
下载Auto Close Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension runs in the background and will open any URL formatted with ie:http in Internet Explorer. In addition the tab that is opened in Chrome will be automatically closed in 3 seconds. Required is a registry key update for full functionality. Please see the following website for information. https://stackoverflow.com/questions/28744149/launch-ie-from-a-link-in-chrome
扩展基本信息
名称 | Auto Close Tab |
ID | hknjefkfmlpbipmkkfhebdpphfmkpnjm |
官方URL | https://chromewebstore.google.com/detail/auto-close-tab/hknjefkfmlpbipmkkfhebdpphfmkpnjm |
简介 | This extension runs in the background and will close any tab opened where the URL begins with ie:http |
文件大小 | 3.21 KB |
安装次数 | 482 |
当前版本 | 2.0 |
更新时间 | 2018-12-20 |
上架时间 | 2018-12-20 |
评分 | 2.00/5 共4次评分 |
开发者 | newpscoder |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auto Close Tab", "version": "2.0", "description": "This extension runs in the background and will close any tab opened where the URL begins with ie:http", "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ] } |