Cloud Hex Text Editor

This hex and text editor allows you to view and edit a file in text/hexadecimal format. Hex, Nano editor running in your browser.

Co je Cloud Hex Text Editor?

Cloud Hex Text Editor je rozšíření Chrome vyvinuté beamappzone, a jeho hlavní funkcí je „This hex and text editor allows you to view and edit a file in text/hexadecimal format. Hex, Nano editor running in your browser.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Cloud Hex Text Editor

Stáhněte si soubory rozšíření Cloud Hex Text Editor ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This hex and text editor allows you to view and edit a file in text/hexadecimal format.
This app is an online hex and nano text editor running in your web browser. The main purpose of this app is editing and analyzing text and binary files.
Linux based text and hex editors can be accessed and used from a browser without installation.

You can open, save, compare, analyze, decode binary data. It also searches for headers of known formats such as JPEG, PNG, MP3, etc. You can search, scroll, make edits in the file itself.
It's absolutely free for those who want to edit a text and binary file.                    

Základní Informace o Rozšíření

Název Cloud Hex Text Editor Cloud Hex Text Editor
ID ljmmmfbhlamfogdigcpbhebfacgekfbk
Oficiální URL https://chromewebstore.google.com/detail/cloud-hex-text-editor/ljmmmfbhlamfogdigcpbhebfacgekfbk
Popis This hex and text editor allows you to view and edit a file in text/hexadecimal format. Hex, Nano editor running in your browser.
Velikost souboru 28.47 KB
Počet instalací 784
Aktuální Verze 1.0.2.2
Poslední Aktualizace 2021-01-01
Datum Vydání 2021-01-01
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář beamappzone
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://thetimetube.herokuapp.com/hexedit/
Podporované Jazyky en-US
manifest.json
{
    "background": {
        "page": "background.html"
    },
    "default_locale": "en_US",
    "description": "__MSG_ext_description__",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png"
    },
    "browser_action": {
        "default_icon": "images\/icon32.png",
        "default_title": "__MSG_ext_name__"
    },
    "name": "__MSG_ext_name__",
    "permissions": [],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "minimum_chrome_version": "18.0.0.0",
    "version": "1.0.2.2"
}