Shiver Me Tabs!

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

Wat is Shiver Me Tabs!?

Shiver Me Tabs! is een Chrome-extensie ontwikkeld door https://jvaill.com, en de belangrijkste functie is "We set sail and explore the web. Tab management for pirates.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Shiver Me Tabs!

Download Shiver Me Tabs!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Shiver Me Tabs! Shiver Me Tabs!
ID oihpindlepmooloblabmlodlemkfkcaj
Officiële URL https://chromewebstore.google.com/detail/shiver-me-tabs/oihpindlepmooloblabmlodlemkfkcaj
Beschrijving We set sail and explore the web. Tab management for pirates.
Bestandsgrootte 252 KB
Aantal Installaties 27
Huidige Versie 0.3
Laatst Bijgewerkt 2012-12-09
Publicatiedatum 2012-12-09
Beoordeling 4.77/5 Totaal 13 Beoordelingen
Ontwikkelaar https://jvaill.com
Betalingswijze free
Ondersteunde Talen 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
}