Shiver Me Tabs!

We set sail and explore the web. Tab management for pirates.

Что такое Shiver Me Tabs!?

Shiver Me Tabs! - это расширение Chrome, разработанное https://jvaill.com, и его основная функция - "We set sail and explore the web. Tab management for pirates.".

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

screenshot

Скачать файл CRX расширения Shiver Me Tabs!

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

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

                        Tired of searching for tabs? Enter Shiver Me Tabs!, beautiful tab management for Chrome.

Features:
* Real-time thumbnails of all your active tabs
* Quick scan sidebar for even faster tab scouting

Coming soon:
* Fuzzy searching of open tabs
* Tab groups and the ability to save and load them
* ...

Known bugs:
* Some tabs may be missing from Shiver Me Tabs! when using multiple windows
* Favicons are occasionally missing                    

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

Название Shiver Me Tabs! Shiver Me Tabs!
ID oihpindlepmooloblabmlodlemkfkcaj
Официальный URL https://chromewebstore.google.com/detail/shiver-me-tabs/oihpindlepmooloblabmlodlemkfkcaj
Описание We set sail and explore the web. Tab management for pirates.
Размер файла 252 KB
Количество установок 27
Текущая Версия 0.3
Последнее Обновление 2012-12-09
Дата публикации 2012-12-09
Рейтинг 4.77/5 Всего 13 оценок
Разработчик https://jvaill.com
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shiver Me Tabs!",
    "description": "We set sail and explore the web. Tab management for pirates.",
    "version": "0.3",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        ""
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "16": "img\/icon-16x16.png",
        "48": "img\/icon-48x48.png",
        "128": "img\/icon-128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/jquery.js",
                "content.js"
            ],
            "css": []
        }
    ],
    "manifest_version": 2
}