Breeze

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

What is Breeze?

Breeze is a Chrome extension developed by thenickreynolds, and its main feature is "Make browsing a breeze. Bookmark, session, history managment made fun and easy.".

Extension Screenshots

screenshot
screenshot

Download Breeze Extension CRX File

Download Breeze extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        • 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                    

Extension Basic Information

Name Breeze Breeze
ID fkafakddeicdcohangjofpnibikmeiil
Official URL https://chromewebstore.google.com/detail/breeze/fkafakddeicdcohangjofpnibikmeiil
Description Make browsing a breeze. Bookmark, session, history managment made fun and easy.
File Size 342 KB
Installation Count 45
Current Version 0.3
Last Updated 2020-04-29
Publish Date 2020-04-28
Developer thenickreynolds
Email [email protected]
Payment Type free
Extension Website http://github.com/thenickreynolds/breeze
Supported Languages 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"
    ]
}