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 |
公式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 } |