Tab Focused

Stashes all tabs in currently opened window to a named clipboard.

Что такое Tab Focused?

Tab Focused - это расширение Chrome, разработанное https://metacode.biz, и его основная функция - "Stashes all tabs in currently opened window to a named clipboard.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Tab Focused

Скачайте файлы расширений Tab Focused в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Tab Focused helps you control myriad of opened browser tabs by hiding those that are unnecessary at the moment.

Click on the tab icon on the toolbar and type a name for your clipboard under which tabs are to be saved. When you click "Stash bookmarks" the current window will be closed and all tabs will be transferred to the stash. When you open a new Chrome window and click on the tab icon again you will see the stash that you have just created. When you click on it all the tabs from the stash will be opened in a new window.

Send suggestions and bug reports to [email protected]                    

Основная информация о расширении

Название Tab Focused Tab Focused
ID mhdljapdjjfoeafbcldiajggppjomeno
Официальный URL https://chromewebstore.google.com/detail/tab-focused/mhdljapdjjfoeafbcldiajggppjomeno
Описание Stashes all tabs in currently opened window to a named clipboard.
Размер файла 14.09 KB
Количество установок 175
Текущая Версия 1.1
Последнее Обновление 2013-10-14
Дата публикации 2013-10-14
Рейтинг 5.00/5 Всего 2 оценок
Разработчик https://metacode.biz
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://metacode.biz/privacy/policy
Поддерживаемые языки en,pl
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Focused",
    "default_locale": "en",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/icon20.png"
    },
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "version": "1.1"
}