Pin Tab

A browser action to pin a tab

ما هو Pin Tab؟

Pin Tab هو إضافة Chrome تم تطويرها بواسطة hal313، والميزة الرئيسية لها هي "A browser action to pin a tab".

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

screenshot

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

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

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

                        A plugin to automatically pin tabs based on URL. Provides the ability to create multiple rules, disable rules and specify where the pinned tab should go.

Now supports automatic moving of unpinned tabs to the far right as well as pinning new tabs or tabs opened via "Open link in new tab".                    

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

الاسم Pin Tab Pin Tab
ID dgldedkigbbalaioohedddpameekglma
عنوان URL الرسمي https://chromewebstore.google.com/detail/pin-tab/dgldedkigbbalaioohedddpameekglma
الوصف A browser action to pin a tab
حجم الملف 172 KB
عدد التثبيتات 8,789
النسخة الحالية 1.3.3
آخر تحديث 2019-04-26
تاريخ النشر 2019-04-25
تقييم 4.52/5 مجموع تقييمات 60
المطور hal313
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.3.3",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16x16.png",
        "48": "images\/icon-48x48.png",
        "128": "images\/icon-128x128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_title": "Pin!",
        "default_icon": "images\/icon-48x48.png"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}