Numbered Tabs

Add a numeric prefix before the tab's title.

ما هو Numbered Tabs؟

Numbered Tabs هو إضافة Chrome تم تطويرها بواسطة Narin Luangrath، والميزة الرئيسية لها هي "Add a numeric prefix before the tab's title.".

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

screenshot

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

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

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

                        - Simple extension for people who use ⌘/ctrl +  to navigate between tabs.

- Adds a numeric prefix before the tab title (e.g. "4. YouTube")

- It's open source. Request features / bug fixes here: https://github.com/narinluangrath/numbered-tabs                    

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

الاسم Numbered Tabs Numbered Tabs
ID iocebdgkllilbhbekghlbpmhfeejgcgi
عنوان URL الرسمي https://chromewebstore.google.com/detail/numbered-tabs/iocebdgkllilbhbekghlbpmhfeejgcgi
الوصف Add a numeric prefix before the tab's title.
حجم الملف 4 KB
عدد التثبيتات 2,522
النسخة الحالية 0.2.2
آخر تحديث 2020-04-30
تاريخ النشر 2020-04-27
تقييم 3.91/5 مجموع تقييمات 22
المطور Narin Luangrath
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Numbered Tabs",
    "version": "0.2.2",
    "description": "Add a numeric prefix before the tab's title.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "permissions": [
        "tabs",
        ""
    ]
}