Breeze

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

ما هو Breeze؟

Breeze هو إضافة Chrome تم تطويرها بواسطة thenickreynolds، والميزة الرئيسية لها هي "Make browsing a breeze. Bookmark, session, history managment made fun and easy.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Breeze

قم بتنزيل ملفات الامتداد Breeze بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        • 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"
    ]
}