Tabnail

Tab manager with thumbnails

ما هو Tabnail؟

Tabnail هو إضافة Chrome تم تطويرها بواسطة petamorikei، والميزة الرئيسية لها هي "Tab manager with thumbnails".

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

screenshot

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

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

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

                        Are you having trouble managing too many tabs?
Are you having trouble finding the tab you want?
This is a tab manager with thumbnails for those people.

■ Features
- Sort Tabs
- Change the size of thumbnails displayed
- Display the number of tabs (switchable between per window and total of all windows)                    

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

الاسم Tabnail Tabnail
ID jnkboobnenfdgojabddbhncpncbfngfn
عنوان URL الرسمي https://chromewebstore.google.com/detail/tabnail/jnkboobnenfdgojabddbhncpncbfngfn
الوصف Tab manager with thumbnails
حجم الملف 732 KB
عدد التثبيتات 34
النسخة الحالية 2.1.0
آخر تحديث 2021-10-30
تاريخ النشر 2020-06-26
المطور petamorikei
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabnail",
    "description": "__MSG_description__",
    "version": "2.1.0",
    "default_locale": "ja",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "38": "assets\/icons\/icon38.png"
        },
        "default_title": "popup",
        "default_popup": "pages\/popup.html"
    },
    "permissions": [
        "tabs",
        "",
        "activeTab",
        "storage",
        "unlimitedStorage"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Alt+A",
                "mac": "Alt+A",
                "default": "Alt+A"
            }
        },
        "changeBadgeMode": {
            "suggested_key": {
                "windows": "Alt+C",
                "mac": "Alt+C",
                "default": "Alt+C"
            },
            "description": "__MSG_changeBadgeMode__"
        }
    },
    "icons": {
        "128": "assets\/icons\/icon128.png"
    }
}