Convert Text
Allows you to convert text from a context menu.
Convert Textคืออะไร?
Convert Text เป็นส่วนขยายของ Chrome ที่พัฒนาโดย becca.ooo และคุณลักษณะหลักของมันคือ "Allows you to convert text from a context menu."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Convert Text
ดาวน์โหลดไฟล์ส่วนขยาย Convert Text ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Converts case of any editable, selected text, or the entire input area if no text is selected. Right click on the text you’d like to convert and select your preferred conversion from the ‘Convert text’ menu.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Convert Text |
ID | mcpglhjaahelnpjalcaeecgkjhkpokdn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/convert-text/mcpglhjaahelnpjalcaeecgkjhkpokdn |
คำอธิบาย | Allows you to convert text from a context menu. |
ขนาดไฟล์ | 18.15 KB |
จำนวนการติดตั้ง | 459 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2015-05-22 |
วันที่เผยแพร่ | 2015-05-22 |
คะแนน | 3.29/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | becca.ooo |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Convert Text", "short_name": "Convert Text", "version": "1.1.0", "author": "9999yea.rs", "description": "Allows you to convert text from a context menu.", "icons": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" }, "background": { "scripts": [ "main.js" ] }, "permissions": [ "contextMenus", "activeTab" ], "offline_enabled": true } |