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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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": []
}