Forever pinned

Allows you to open a set of pinned tabs when chrome starts up

ما هو Forever pinned؟

Forever pinned هو إضافة Chrome تم تطويرها بواسطة scottw.io، والميزة الرئيسية لها هي "Allows you to open a set of pinned tabs when chrome starts up".

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

screenshot

تحميل ملف CRX للإضافة Forever pinned

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

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

                        Forever pinned allows you to define a list pinned tabs which will be created and pinned at startup. If you rely on pinned tabs you probably will have noticed that sometimes they can accidentally get closed while using Chrome, with Forever pinned this is no longer an issue.

• Open a list of pinned tabs on startup
• Option to reopen pinned tabs when a new window is create
• Remove any duplicate tabs created while using multiple windows                    

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

الاسم Forever pinned Forever pinned
ID nigigpmchbpkjjgncmpiggfnikllldlh
عنوان URL الرسمي https://chromewebstore.google.com/detail/forever-pinned/nigigpmchbpkjjgncmpiggfnikllldlh
الوصف Allows you to open a set of pinned tabs when chrome starts up
حجم الملف 311 KB
عدد التثبيتات 8,711
النسخة الحالية 0.29
آخر تحديث 2019-02-02
تاريخ النشر 2019-02-02
تقييم 3.92/5 مجموع تقييمات 38
المطور scottw.io
نوع الدفع free
موقع الإضافة http://www.scottw.io
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Forever pinned",
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "js\/q.js",
            "js\/lodash.js",
            "js\/startup.js"
        ]
    },
    "options_page": "options.html",
    "description": "Allows you to open a set of pinned tabs when chrome starts up",
    "version": "0.29",
    "browser_action": {
        "default_title": "Click to get restore Pinned Tabs!"
    }
}