Manage your tabs

Manage tabs in new tab to Kanban board. You can also save tabs.

ما هو Manage your tabs؟

Manage your tabs هو إضافة Chrome تم تطويرها بواسطة kukeast، والميزة الرئيسية لها هي "Manage tabs in new tab to Kanban board. You can also save tabs.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Manage your tabs

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

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

                        You can move or delete open tabs from a new tab by drag and drop.
View all open windows in one window, Move and delete tabs to clean up dirty windows.                    

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

الاسم Manage your tabs Manage your tabs
ID enpfcihnonpcdamdbhapnianlchnjifi
عنوان URL الرسمي https://chromewebstore.google.com/detail/manage-your-tabs/enpfcihnonpcdamdbhapnianlchnjifi
الوصف Manage tabs in new tab to Kanban board. You can also save tabs.
حجم الملف 142 KB
عدد التثبيتات 50
النسخة الحالية 1.1.2
آخر تحديث 2021-02-22
تاريخ النشر 2020-11-13
تقييم 5.00/5 مجموع تقييمات 2
المطور kukeast
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.1.2",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_title": "Manage your tabs."
    },
    "background": {
        "scripts": [
            "js\/js.js"
        ],
        "persistent": false
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}