Tabio

An open source tab manager for Chrome

Wat is Tabio?

Tabio is een Chrome-extensie ontwikkeld door colebemis, en de belangrijkste functie is "An open source tab manager for Chrome".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tabio

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

                        Made for tab hoarders like you.

• All your tabs in one place
View all of your tabs across all windows in a single list.

• Search by title and url
Quickly find the right tab with fuzzy search.

• Never touch the mouse
Speed up your workflow with keyboard shortcuts.

For more information, visit http://usetabio.com                    

Basisinformatie over de Extensie

Naam Tabio Tabio
ID bgbhfmeabcmpjblimfddkeikogidjhao
Officiële URL https://chromewebstore.google.com/detail/tabio/bgbhfmeabcmpjblimfddkeikogidjhao
Beschrijving An open source tab manager for Chrome
Bestandsgrootte 75.09 KB
Aantal Installaties 629
Huidige Versie 2.0.4
Laatst Bijgewerkt 2018-08-21
Publicatiedatum 2018-08-20
Beoordeling 4.00/5 Totaal 19 Beoordelingen
Ontwikkelaar colebemis
Betalingswijze free
Extensiewebsite http://usetabio.com
Help Pagina-URL http://github.com/colebemis/tabio/issues
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabio",
    "version": "2.0.4",
    "description": "An open source tab manager for Chrome",
    "author": "Cole Bemis  (http:\/\/colebemis.com)",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+K"
            }
        }
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "24": "icon24.png",
            "32": "icon32.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ]
}