Close Tabs To The Left
This extension allows the user to close chrome tabs to the left, with one press of the button
什麼是Close Tabs To The Left?
Close Tabs To The Left是由fr1sk開發的Chrome擴展程式,該擴展的主要功能是“This extension allows the user to close chrome tabs to the left, with one press of the button”。
擴展截圖
下載Close Tabs To The Left擴展crx文件
下載Close Tabs To The Left擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
On Google chrome there is no option to close all tabs to the left! This extension allows the user to close chrome tabs to the left, with one press of the button!
擴展基本資訊
名稱 | Close Tabs To The Left |
ID | aejaklcloiadinippijlaoidldfpbomi |
官方網址 | https://chromewebstore.google.com/detail/close-tabs-to-the-left/aejaklcloiadinippijlaoidldfpbomi |
簡介 | This extension allows the user to close chrome tabs to the left, with one press of the button |
檔案大小 | 11.62 KB |
安裝次數 | 35 |
目前版本 | 1.2 |
更新時間 | 2019-02-22 |
上架時間 | 2019-02-22 |
開發者 | fr1sk |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Close Tabs To The Left", "short_name": "CTTTL", "description": "This extension allows the user to close chrome tabs to the left, with one press of the button", "version": "1.2", "browser_action": { "default_icon": "resources\/icon.png" }, "icons": { "16": "resources\/icon16.png", "48": "resources\/icon48.png", "128": "resources\/icon128.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |