Breeze

Make browsing a breeze. Bookmark, session, history managment made fun and easy.

Qu'est-ce que Breeze ?

Breeze est une extension Chrome développée par thenickreynolds, et sa fonction principale est "Make browsing a breeze. Bookmark, session, history managment made fun and easy.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Breeze

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

                        • Search and switch tabs ⚡fast with search and hotkey using ⌘+J on Mac or Control + J on Windows, hit enter to jump to that tab
• Click and drag to re-arrange tabs
• Group tabs by Windows                    

Informations de Base sur l'Extension

Nom Breeze Breeze
ID fkafakddeicdcohangjofpnibikmeiil
URL Officiel https://chromewebstore.google.com/detail/breeze/fkafakddeicdcohangjofpnibikmeiil
Description Make browsing a breeze. Bookmark, session, history managment made fun and easy.
Taille du Fichier 342 KB
Nombre d'Installations 45
Version Actuelle 0.3
Dernière Mise à Jour 2020-04-29
Date de Publication 2020-04-28
Développeur thenickreynolds
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://github.com/thenickreynolds/breeze
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Breeze",
    "version": "0.3",
    "description": "Make browsing a breeze. Bookmark, session, history managment made fun and easy.",
    "author": "Nick Reynolds  (http:\/\/nickreynolds.net)",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+J"
            }
        }
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_title": "Breeze",
        "default_popup": "react-popup\/index.html",
        "default_icon": {
            "16": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        }
    },
    "permissions": [
        "tabs"
    ]
}