Binary Converter
Automatically append an ascii translation to any binary code.
Qu'est-ce que Binary Converter ?
Binary Converter est une extension Chrome développée par rustyskates, et sa fonction principale est "Automatically append an ascii translation to any binary code.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Binary Converter
Téléchargez les fichiers d'extension Binary Converter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Informations de Base sur l'Extension
Nom | |
ID | bjacdlmipkheclhdbkemifnndonapped |
URL Officiel | https://chrome.google.com/webstore/detail/binary-converter/bjacdlmipkheclhdbkemifnndonapped |
Description | Automatically append an ascii translation to any binary code. |
Taille du Fichier | 38.93 KB |
Nombre d'Installations | 74 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2016-06-05 |
Date de Publication | 2016-06-05 |
Évaluation | 3.40/5 Total 5 Évaluations |
Développeur | rustyskates |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |