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 |
官方網址 | 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" ] } |