Tab Name Changer
You can choose the name of this tab!
Tab Name Changerคืออะไร?
Tab Name Changer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ryan lee และคุณลักษณะหลักของมันคือ "You can choose the name of this tab!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Name Changer
ดาวน์โหลดไฟล์ส่วนขยาย Tab Name Changer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
When clicking this extension, you can change the name of your current tab!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tab Name Changer |
ID | eofldjecdkcjhnccphadkomkiebjfdkl |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tab-name-changer/eofldjecdkcjhnccphadkomkiebjfdkl |
คำอธิบาย | You can choose the name of this tab! |
ขนาดไฟล์ | 3.83 KB |
จำนวนการติดตั้ง | 591 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2019-07-21 |
วันที่เผยแพร่ | 2019-07-21 |
คะแนน | 4.00/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | ryan lee |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/ryazlee/tab_name_changer |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tab Name Changer", "description": "You can choose the name of this tab!", "version": "0.0.1", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Change the name of this tab", "default_icon": "icon.png" }, "manifest_version": 2 } |