Breeze

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

什么是Breeze?

Breeze是由thenickreynolds开发的Chrome扩展程序,该扩展的主要功能是“Make browsing a breeze. Bookmark, session, history managment made fun and easy.”。

扩展截图

screenshot
screenshot

下载Breeze扩展crx文件

下载Breeze扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        • 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                    

扩展基本信息

名称 Breeze Breeze
ID fkafakddeicdcohangjofpnibikmeiil
官方URL https://chromewebstore.google.com/detail/breeze/fkafakddeicdcohangjofpnibikmeiil
简介 Make browsing a breeze. Bookmark, session, history managment made fun and easy.
文件大小 342 KB
安装次数 45
当前版本 0.3
更新时间 2020-04-29
上架时间 2020-04-28
开发者 thenickreynolds
电子邮箱 [email protected]
付费类型 free
扩展官网 http://github.com/thenickreynolds/breeze
支持的语言 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"
    ]
}