Tabs Navigator

This extension provides list of all tabs and easy navigaiton within tabs.

ما هو Tabs Navigator؟

Tabs Navigator هو إضافة Chrome تم تطويرها بواسطة anjali.tulsyan، والميزة الرئيسية لها هي "This extension provides list of all tabs and easy navigaiton within tabs.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Tabs Navigator

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

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

                        Currently, this extension enlists all tabs bifurcated by windows(to which particular window they belong).
From that interface, it provides quick or one-click navigation among tabs though belonging to different to window.
Along with that individual tab and individual window features.                    

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

الاسم Tabs Navigator Tabs Navigator
ID knocogeijdfjgppaloipnpchgalcmphe
عنوان URL الرسمي https://chromewebstore.google.com/detail/tabs-navigator/knocogeijdfjgppaloipnpchgalcmphe
الوصف This extension provides list of all tabs and easy navigaiton within tabs.
حجم الملف 63.29 KB
عدد التثبيتات 32
النسخة الحالية 2.1
آخر تحديث 2017-09-21
تاريخ النشر 2017-09-21
تقييم 5.00/5 مجموع تقييمات 2
المطور anjali.tulsyan
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabs Navigator",
    "short_name": "Tabs Nav",
    "description": "This extension provides list of all tabs and easy navigaiton within tabs.",
    "version": "2.1",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ]
}