Tabber

Tabber can help you quickly close tabs by selected sitename.

What is Tabber?

Tabber is a Chrome extension developed by mtakvel, and its main feature is "Tabber can help you quickly close tabs by selected sitename.".

Extension Screenshots

screenshot

Download Tabber Extension CRX File

Download Tabber extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ENG: Tabber is chrome extension for quickly close unused tabs by selected domain name. 

For example you can quickly close all tabs with opened google.com pages, just click on extension icon and click 'close all' button near google.com.

Tabber do NOT CLOSES and NOT SHOWS current active tab (will be close inactive tabs).


RUS: Расширение для быстрого закрытия всех неактивных вкладок по выбранному имени сайта. Например можно закрыть все вкладки google.com одним нажатием на кнопку.                    

Extension Basic Information

Name Tabber Tabber
ID lmjkiekahhffdbfeoihgejnlbcaobehm
Official URL https://chromewebstore.google.com/detail/tabber/lmjkiekahhffdbfeoihgejnlbcaobehm
Description Tabber can help you quickly close tabs by selected sitename.
File Size 9.67 KB
Installation Count 19
Current Version 1.6
Last Updated 2013-06-06
Publish Date 2013-06-05
Developer mtakvel
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabber",
    "description": "Tabber can help you quickly close tabs by selected sitename.",
    "version": "1.6",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}