Breeze

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

Cos'è Breeze?

Breeze è un'estensione di Chrome sviluppata da thenickreynolds, e la sua funzione principale è "Make browsing a breeze. Bookmark, session, history managment made fun and easy.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Breeze

Scarica i file di estensione Breeze in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        • 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                    

Informazioni di Base sull'Estensione

Nome Breeze Breeze
ID fkafakddeicdcohangjofpnibikmeiil
URL Ufficiale https://chromewebstore.google.com/detail/breeze/fkafakddeicdcohangjofpnibikmeiil
Descrizione Make browsing a breeze. Bookmark, session, history managment made fun and easy.
Dimensione del File 342 KB
Conteggio Installazioni 45
Versione Corrente 0.3
Ultimo Aggiornamento 2020-04-29
Data di Pubblicazione 2020-04-28
Sviluppatore thenickreynolds
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://github.com/thenickreynolds/breeze
Lingue Supportate 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"
    ]
}