Tab Flow

Tab Flow allows you the freedom to move through your tabs with ease.

Qu'est-ce que Tab Flow ?

Tab Flow est une extension Chrome développée par David Young, et sa fonction principale est "Tab Flow allows you the freedom to move through your tabs with ease.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Tab Flow

Téléchargez les fichiers d'extension Tab Flow 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

                        Tab Flow: The path of least resistance

Tab Flow is an extension for Google Chrome that allows you to better manage your open tabs.

- Type something into the search box (e.g. youtube) to filter by all tabs that mention "youtube"
    - Don't worry about capitalization
- If you want to search by the URL instead of the title, check the box for "Use URLs"
- If you click the link of a tab, you'll be redirected to that tab
- Clicking "Bookmark" will bookmark the current list of tabs into a new folder on the Bookmark Bar
    - The new folder will have the current date and time to keep things separated
- Clicking "Move" will move the current list of tabs to a new window
    - This is handy for keeping work/school/personal life separate
- Clicking "Close" will (of course) close the current list of tabs
    - There's no "Re-Open" button, so be sure you want to close them                    

Informations de Base sur l'Extension

Nom Tab Flow Tab Flow
ID pfhnncnieignceheeojlnpfhkblicdjd
URL Officiel https://chromewebstore.google.com/detail/tab-flow/pfhnncnieignceheeojlnpfhkblicdjd
Description Tab Flow allows you the freedom to move through your tabs with ease.
Taille du Fichier 37.25 KB
Nombre d'Installations 21
Version Actuelle 1.1.2
Dernière Mise à Jour 2017-08-12
Date de Publication 2017-08-11
Développeur David Young
Type de Paiement free
Site Web de l'Extension http://davidyoung604.github.io/tabflow.html
URL de la Page d'Aide https://github.com/davidyoung604/Tab-Flow/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Flow",
    "version": "1.1.2",
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "bookmarks"
    ],
    "description": "Tab Flow allows you the freedom to move through your tabs with ease.",
    "icons": {
        "48": "images\/Tab Flow (48px).png",
        "128": "images\/Tab Flow (128px).png"
    },
    "browser_action": {
        "default_title": "Tab Flow",
        "default_popup": "popup.html",
        "default_icon": {
            "19": "images\/Tab Flow (19px).png",
            "38": "images\/Tab Flow (38px).png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}