Pinned Tab Fix

Set the active tab to the first non-pinned tab on startup.

ما هو Pinned Tab Fix؟

Pinned Tab Fix هو إضافة Chrome تم تطويرها بواسطة Kanon Lo، والميزة الرئيسية لها هي "Set the active tab to the first non-pinned tab on startup.".

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

screenshot

تحميل ملف CRX للإضافة Pinned Tab Fix

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

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

                        Sick of Chrome opening to your pinned tabs? This lightweight extension fixes that! Now Chrome will focus your first unpinned tab when you open the browser.                    

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

الاسم Pinned Tab Fix Pinned Tab Fix
ID mffimlmgjdeopdbkaplbphidfhkkceie
عنوان URL الرسمي https://chromewebstore.google.com/detail/pinned-tab-fix/mffimlmgjdeopdbkaplbphidfhkkceie
الوصف Set the active tab to the first non-pinned tab on startup.
حجم الملف 7.87 KB
عدد التثبيتات 51
النسخة الحالية 1.0.0
آخر تحديث 2016-04-13
تاريخ النشر 2016-04-13
تقييم 4.00/5 مجموع تقييمات 4
المطور Kanon Lo
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "author": "Kanon Lo",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "description": "Set the active tab to the first non-pinned tab on startup.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "name": "Pinned Tab Fix",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0"
}