Close Tabs
Context menu to close - tabs to the left, tabs to the right, other tabs, tabs from same domain, current tab, window and more
什麼是Close Tabs?
Close Tabs是由https://tejji.com開發的Chrome擴展程式,該擴展的主要功能是“Context menu to close - tabs to the left, tabs to the right, other tabs, tabs from same domain, current tab, window and more”。
擴展截圖
下載Close Tabs擴展crx文件
下載Close Tabs擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Provide context menu (popup that appear on right click) close button with following options 1. Close tabs to the left of current tab 2. Close tabs to the right of current tab 3. Close other tabs except current tab 4. Close current tab 6. Close tabs from current domain / website 7. Close tabs from other domain / website except current one 8. Close window 9. Option to disable context menu The options is available via... Right click on any webpage --> Click Close Tabs --> Click Options More extensions at http://tejji.com/browser/chrome/extensions/ Thanks, http://tejji.com v1.2 - 2018-09-13 - changes to ensure compliance Chrome Web Store policies
擴展基本資訊
名稱 | Close Tabs |
ID | gadafnnkijfmbbmeielphlapddbmgbgo |
官方網址 | https://chromewebstore.google.com/detail/close-tabs/gadafnnkijfmbbmeielphlapddbmgbgo |
簡介 | Context menu to close - tabs to the left, tabs to the right, other tabs, tabs from same domain, current tab, window and more |
檔案大小 | 72.56 KB |
安裝次數 | 11,611 |
目前版本 | 1.2 |
更新時間 | 2018-09-14 |
上架時間 | 2018-09-13 |
評分 | 4.24/5 共 186 次評分 |
開發者 | https://tejji.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://tejji.com/ |
說明頁面URL | http://tejji.com/contactus.aspx |
隱私政策頁面URL | https://tejji.com/privacy.aspx |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Close Tabs", "version": "1.2", "description": "Context menu to close - tabs to the left, tabs to the right, other tabs, tabs from same domain, current tab, window and more", "icons": { "16": "img\/icon16.png", "19": "img\/icon19.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "background": { "page": "background.htm" }, "options_page": "options.htm", "permissions": [ "contextMenus", "unlimitedStorage", "tabs" ], "manifest_version": 2, "homepage_url": "http:\/\/tejji.com\/" } |