Keep my Pinned Tab

Confirms when you try to close a pinned tab.

ما هو Keep my Pinned Tab؟

Keep my Pinned Tab هو إضافة Chrome تم تطويرها بواسطة Cassiozen، والميزة الرئيسية لها هي "Confirms when you try to close a pinned tab.".

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

screenshot

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

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

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

                        Do you keep accidentally closing your pinned tabs? Do you hate yourself for this pesky behaviour? 
"Keep my Pinned Tab" is here to help, giving you a reminder every time you try to close a pinned tab.


FAQ:
----

Q: I just installed and it didn't work!!!
A: Only works with tabs pinned after you install the extension. You can unpin and pin again your existing tabs after installing. 


Source code: github.com/cassiozen/Keep-my-Pinned-Tab
Icon credits: paomedia (github.com/paomedia/small-n-flat)                    

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

الاسم Keep my Pinned Tab Keep my Pinned Tab
ID dcebfccimkdnjbkibdmidghomhcodilp
عنوان URL الرسمي https://chrome.google.com/webstore/detail/keep-my-pinned-tab/dcebfccimkdnjbkibdmidghomhcodilp
الوصف Confirms when you try to close a pinned tab.
حجم الملف 14.05 KB
عدد التثبيتات 747
النسخة الحالية 0.1.0
آخر تحديث 2014-09-26
تاريخ النشر 2014-09-26
تقييم 2.37/5 مجموع تقييمات 30
المطور Cassiozen
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Keep my Pinned Tab",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Confirms when you try to close a pinned tab.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "bg\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}