Savedev Code Converter
Utilities for code conversion
Savedev Code Converterคืออะไร?
Savedev Code Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย savedev และคุณลักษณะหลักของมันคือ "Utilities for code conversion"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Savedev Code Converter
ดาวน์โหลดไฟล์ส่วนขยาย Savedev Code Converter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Savedev Code Converter is a simple Chrome Extension that implements several functions of convertion. It's easy to install in Chrome Browser and to use. Convertions currently implemented are: - Text String to Binary - Binary to Text String - Binary to Number - Number to Binary - Hexadecimal to Number(decimal) - Number(decimal) to Hexadecimal - URL Encode - URL Decode - HTML Encode special chars - HTML Decode special chars - XML to JSON - JSON to XML - Base64 Encode - Base64 Decode - Invert Text - Text to Morse - Text to Lowercase - Text to Uppercase - Strip Tags - Invert Text Words - Text to ASCII - ASCII to Text - Color Hexadecimal to RGB - Color RGB to Hexadecimal Website: http://savedev.altervista.org
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Savedev Code Converter |
ID | ppglfnijphgjpkalcelbpoggpgkhkcbm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/savedev-code-converter/ppglfnijphgjpkalcelbpoggpgkhkcbm |
คำอธิบาย | Utilities for code conversion |
ขนาดไฟล์ | 225 KB |
จำนวนการติดตั้ง | 437 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2020-02-05 |
วันที่เผยแพร่ | 2020-02-05 |
คะแนน | 4.50/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | savedev |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://savedev.altervista.org |
URL หน้าช่วยเหลือ | http://savedev.altervista.org |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Savedev Code Converter", "description": "Utilities for code conversion", "version": "1.3", "manifest_version": 2, "icons": { "16": "images\/logo_16.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" }, "browser_action": { "default_icon": { "19": "images\/logo_19.png" }, "default_title": "Savedev Code Converter", "default_popup": "index.html" } } |