Lock Title

Lock tab title with a given text

ما هو Lock Title؟

Lock Title هو إضافة Chrome تم تطويرها بواسطة Ken، والميزة الرئيسية لها هي "Lock tab title with a given text".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Lock Title

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

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

                        Lock tab title with a given string. The locked title doesn't change even if the tab loads the new page.
You may find it useful when you want to name tabs by yourself to easily distinguish them, not by the original names.

code available here https://github.com/imsut/locktitle                    

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

الاسم Lock Title Lock Title
ID cjkldkjflehlglaenengohmjddgfhlec
عنوان URL الرسمي https://chromewebstore.google.com/detail/lock-title/cjkldkjflehlglaenengohmjddgfhlec
الوصف Lock tab title with a given text
حجم الملف 30.45 KB
عدد التثبيتات 166
النسخة الحالية 1.0.0
آخر تحديث 2015-12-31
تاريخ النشر 2015-12-31
تقييم 3.60/5 مجموع تقييمات 5
المطور Ken
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lock Title",
    "version": "1.0.0",
    "description": "Lock tab title with a given text",
    "icons": {
        "128": "folder_green_locked.png"
    },
    "author": "Ken Kawamoto",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "commands": []
}