Txt Mockup
Makes all text on the current page editable
Txt Mockupคืออะไร?
Txt Mockup เป็นส่วนขยายของ Chrome ที่พัฒนาโดย misterhamm และคุณลักษณะหลักของมันคือ "Makes all text on the current page editable"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Txt Mockup
ดาวน์โหลดไฟล์ส่วนขยาย Txt Mockup ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tired of inspecting elements and making quick text changes in the dev tools? Be tired no longer! Txt Mockup allows you to make any text on the page editable with a single click. Now you can see what what that heading looks like with two lines of text or one or seven. Just remember, with great power comes great responsibility.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Txt Mockup |
ID | fohdoaplpkofoclaelncjdccndobooeh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/txt-mockup/fohdoaplpkofoclaelncjdccndobooeh |
คำอธิบาย | Makes all text on the current page editable |
ขนาดไฟล์ | 3.69 KB |
จำนวนการติดตั้ง | 88 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2016-10-02 |
วันที่เผยแพร่ | 2016-10-02 |
ผู้พัฒนา | misterhamm |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Txt Mockup", "description": "Makes all text on the current page editable", "version": "1.0", "permissions": [ "activeTab" ], "background": { "scripts": [ "main.js" ], "persistent": false }, "browser_action": { "default_icon": "pencil.png", "default_title": "Make this page editable" } } |