Binary Converter
Automatically append an ascii translation to any binary code.
Wat is Binary Converter?
Binary Converter is een Chrome-extensie ontwikkeld door rustyskates, en de belangrijkste functie is "Automatically append an ascii translation to any binary code.".
Extensie Screenshots
Download het CRX-bestand van de extensie Binary Converter
Download Binary Converter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | bjacdlmipkheclhdbkemifnndonapped |
Officiële URL | https://chrome.google.com/webstore/detail/binary-converter/bjacdlmipkheclhdbkemifnndonapped |
Beschrijving | Automatically append an ascii translation to any binary code. |
Bestandsgrootte | 38.93 KB |
Aantal Installaties | 74 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2016-06-05 |
Publicatiedatum | 2016-06-05 |
Beoordeling | 3.40/5 Totaal 5 Beoordelingen |
Ontwikkelaar | rustyskates |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |