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
官方網址 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"
    ]
}