Binaringa
Transforma binario a texto y viceversa. Autor: taringa.net/BestDravenLA
Binaringaคืออะไร?
Binaringa เป็นส่วนขยายของ Chrome ที่พัฒนาโดย CloudLoot และคุณลักษณะหลักของมันคือ "Transforma binario a texto y viceversa. Autor: taringa.net/BestDravenLA"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Binaringa
ดาวน์โหลดไฟล์ส่วนขยาย Binaringa ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Al clickear el ícono de la extensión todo texto en la pestaña seleccionada que tenga forma de binario será convertida a ASCII. [v2.0] Si tiene texto seleccionado, aparecerá un cuadro de diálogo con el texto pasado a binario.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Binaringa |
ID | lpfjbmkaigfomgpckgcliaamkobnonom |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/binaringa/lpfjbmkaigfomgpckgcliaamkobnonom |
คำอธิบาย | Transforma binario a texto y viceversa. Autor: taringa.net/BestDravenLA |
ขนาดไฟล์ | 7.68 KB |
จำนวนการติดตั้ง | 112 |
เวอร์ชันปัจจุบัน | 2.0 |
อัปเดตครั้งล่าสุด | 2017-03-31 |
วันที่เผยแพร่ | 2017-03-31 |
คะแนน | 4.50/5 รวมทั้งหมด 12 คะแนน |
ผู้พัฒนา | CloudLoot |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | es-419 |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Binaringa", "description": "Transforma binario a texto y viceversa. Autor: taringa.net\/BestDravenLA", "version": "2.0", "permissions": [ "activeTab" ], "icons": { "128": "icon-128.png" }, "background": { "scripts": [ "contentscript.js", "contentscript2.js" ], "persistent": false }, "browser_action": { "default_title": "Transformar binario a texto. Para texto a binario, antes seleccione el texto a transformar." }, "manifest_version": 2 } |