Binary to Text

Convert any set of binary numbers into text values

Was ist Binary to Text?

Binary to Text ist eine Chrome-Erweiterung, die von Stacey entwickelt wurde, und ihr Hauptmerkmal ist "Convert any set of binary numbers into text values".

Erweiterungsscreenshots

screenshot

Binary to Text-Erweiterungs-CRX-Datei herunterladen

Laden Sie Binary to Text-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Convert any set of binary numbers into text values.

Simply click on the extension icon,
paste the binary values into the text box and press the convert button.

Our software will convert the binary value into text. Convert binary to text using our software today.                    

Grundlegende Informationen zur Erweiterung

Name Binary to Text Binary to Text
ID nflbjeolgdddblhpbphgbjglpaadaodi
Offizielle URL https://chromewebstore.google.com/detail/binary-to-text/nflbjeolgdddblhpbphgbjglpaadaodi
Beschreibung Convert any set of binary numbers into text values
Dateigröße 1.54 MB
Installationsanzahl 99
Aktuelle Version 3.0.1
Letztes Update 2022-08-15
Veröffentlichungsdatum 2022-08-15
Entwickler Stacey
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://random-number-generator.xmlformatter.io/privacy-policy
Unterstützte Sprachen id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "3.0.1",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "short_name": "__MSG_appShortName__",
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "action": {
        "default_icon": "icons\/icon64.png",
        "default_title": "__MSG_appName__"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.png"
    },
    "homepage_url": "https:\/\/binary-to-text.xmlformatter.io\/"
}