Binary Converter
Automatically append an ascii translation to any binary code.
Binary Converterとは何ですか?
Binary Converterはrustyskatesによって開発されたChromeの拡張機能で、その主な機能は「Automatically append an ascii translation to any binary code.」です。
拡張機能のスクリーンショット
Binary Converter拡張機能のCRXファイルをダウンロード
Binary Converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | bjacdlmipkheclhdbkemifnndonapped |
公式URL | https://chrome.google.com/webstore/detail/binary-converter/bjacdlmipkheclhdbkemifnndonapped |
説明 | Automatically append an ascii translation to any binary code. |
ファイルサイズ | 38.93 KB |
インストール数 | 74 |
現在のバージョン | 1.1 |
最終更新日 | 2016-06-05 |
公開日 | 2016-06-05 |
評価 | 3.40/5 合計 5 レビュー |
開発者 | rustyskates |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Binary Converter", "description": "Automatically append an ascii translation to any binary code.", "version": "1.1", "permissions": [ "tabs", "http:\/\/*\/*" ], "background": "background.html", "content_scripts": [ { "all_frames": true, "matches": [ "*:\/\/*\/*" ], "js": [ "jquery-1.9.1.min.js", "content.js" ], "run_at": "document_end" } ] } |