Title changer
An extension that changes the title!
Title changerคืออะไร?
Title changer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lucasmorita และคุณลักษณะหลักของมันคือ "An extension that changes the title!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Title changer
ดาวน์โหลดไฟล์ส่วนขยาย Title changer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A simple extension that just changes the titles. When the popup shows up, just type whatever you want, and the title will be set. A personal project that helps me identifying what the tab has in its content.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Title changer |
ID | ooocbkdokjcadckfeogdgingifpmnkfp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/title-changer/ooocbkdokjcadckfeogdgingifpmnkfp |
คำอธิบาย | An extension that changes the title! |
ขนาดไฟล์ | 8.66 KB |
จำนวนการติดตั้ง | 80 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2021-05-09 |
วันที่เผยแพร่ | 2021-05-09 |
ผู้พัฒนา | lucasmorita |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Title changer", "version": "0.0.1", "description": "An extension that changes the title!", "background": { "service_worker": "background.js" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Home" } } }, "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/pencil_logo.png", "32": "images\/pencil_logo.png", "48": "images\/pencil_logo.png", "128": "images\/pencil_logo.png" } } } |