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」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

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 Close Tabs
ID gadafnnkijfmbbmeielphlapddbmgbgo
公式URL 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
Eメール [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\/"
}