Shiver Me Tabs!

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

Qu'est-ce que Shiver Me Tabs! ?

Shiver Me Tabs! est une extension Chrome développée par https://jvaill.com, et sa fonction principale est "We set sail and explore the web. Tab management for pirates.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Shiver Me Tabs!

Téléchargez les fichiers d'extension Shiver Me Tabs! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Shiver Me Tabs! Shiver Me Tabs!
ID oihpindlepmooloblabmlodlemkfkcaj
URL Officiel https://chromewebstore.google.com/detail/shiver-me-tabs/oihpindlepmooloblabmlodlemkfkcaj
Description We set sail and explore the web. Tab management for pirates.
Taille du Fichier 252 KB
Nombre d'Installations 27
Version Actuelle 0.3
Dernière Mise à Jour 2012-12-09
Date de Publication 2012-12-09
Évaluation 4.77/5 Total 13 Évaluations
Développeur https://jvaill.com
Type de Paiement free
Langues Prises en Charge 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
}