Tabnail

Tab manager with thumbnails

Wat is Tabnail?

Tabnail is een Chrome-extensie ontwikkeld door petamorikei, en de belangrijkste functie is "Tab manager with thumbnails".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tabnail

Download Tabnail-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

                        Are you having trouble managing too many tabs?
Are you having trouble finding the tab you want?
This is a tab manager with thumbnails for those people.

■ Features
- Sort Tabs
- Change the size of thumbnails displayed
- Display the number of tabs (switchable between per window and total of all windows)                    

Basisinformatie over de Extensie

Naam Tabnail Tabnail
ID jnkboobnenfdgojabddbhncpncbfngfn
Officiële URL https://chromewebstore.google.com/detail/tabnail/jnkboobnenfdgojabddbhncpncbfngfn
Beschrijving Tab manager with thumbnails
Bestandsgrootte 732 KB
Aantal Installaties 34
Huidige Versie 2.1.0
Laatst Bijgewerkt 2021-10-30
Publicatiedatum 2020-06-26
Ontwikkelaar petamorikei
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabnail",
    "description": "__MSG_description__",
    "version": "2.1.0",
    "default_locale": "ja",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "38": "assets\/icons\/icon38.png"
        },
        "default_title": "popup",
        "default_popup": "pages\/popup.html"
    },
    "permissions": [
        "tabs",
        "",
        "activeTab",
        "storage",
        "unlimitedStorage"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+A",
                "mac": "Alt+A",
                "default": "Alt+A"
            }
        },
        "changeBadgeMode": {
            "suggested_key": {
                "windows": "Alt+C",
                "mac": "Alt+C",
                "default": "Alt+C"
            },
            "description": "__MSG_changeBadgeMode__"
        }
    },
    "icons": {
        "128": "assets\/icons\/icon128.png"
    }
}