Binaringa
Transforma binario a texto y viceversa. Autor: taringa.net/BestDravenLA
什麼是Binaringa?
Binaringa是由CloudLoot開發的Chrome擴展程式,該擴展的主要功能是“Transforma binario a texto y viceversa. Autor: taringa.net/BestDravenLA”。
擴展截圖
下載Binaringa擴展crx文件
下載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 |
官方網址 | 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 } |