Organize Windows and Tabs

Organize Windows and Tabs

ما هو Organize Windows and Tabs؟

Organize Windows and Tabs هو إضافة Chrome تم تطويرها بواسطة Fatih Doğan، والميزة الرئيسية لها هي "Organize Windows and Tabs".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Organize Windows and Tabs

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

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

                        This extension adds these actions:
*	Merge windows and sort tabs:    
	Merge all windows on target window, and sorts all tabs according to tab url alphabetically.
*	Merge windows:    
	Merge all windows on target window.
*	Sort tabs:    
	Sort tabs on target windows according to tab url alphabetically.
*	Close tabs from this domain:    
	Closes all tabs with same domain.
*	Move tabs from this domain to this window    
	Moves tabs from same domain with the selected tab's domain to current window.
*      Group tabs from this domain    
        Groups tabs from same domain with the selected tab's domain.

Default extension icon action is "Merge windows and sort tabs". This can be changed from options page. You can select "do nothing" option to disable default action.

By default the extension ignores pinned tabs, popup and app windows for merge and sort actions. These can be changed from options page.

This extension does not cause tab groups to be ungrouped.                    

معلومات أساسية عن التمديد

الاسم Organize Windows and Tabs Organize Windows and Tabs
ID ecdpecnghdabcaloifcmpjaimlnnjigi
عنوان URL الرسمي https://chromewebstore.google.com/detail/organize-windows-and-tabs/ecdpecnghdabcaloifcmpjaimlnnjigi
الوصف Organize Windows and Tabs
حجم الملف 10.3 KB
عدد التثبيتات 801
النسخة الحالية 1.4.1
آخر تحديث 2022-02-18
تاريخ النشر 2020-06-02
تقييم 4.10/5 مجموع تقييمات 10
المطور Fatih Doğan
البريد الإلكتروني fatih@fatihdogan.dev
نوع الدفع free
موقع الإضافة https://github.com/fthdgn/chrome_organize_windows_tabs
عنوان صفحة المساعدة https://github.com/fthdgn/chrome_organize_windows_tabs
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "128": "icons\/128.png",
            "48": "icons\/48.png",
            "16": "icons\/16.png"
        },
        "default_title": "Organize Windows and Tabs"
    },
    "homepage_url": "https:\/\/github.com\/fthdgn\/chrome_organize_windows_tabs\/",
    "description": "Organize Windows and Tabs",
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png",
        "16": "icons\/16.png"
    },
    "manifest_version": 3,
    "name": "Organize Windows and Tabs",
    "offline_enabled": true,
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "contextMenus",
        "storage",
        "tabGroups"
    ],
    "version": "1.4.1"
}