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.

Vad är Cloud Hex Text Editor?

Cloud Hex Text Editor är en Chrome-tillägg utvecklad av beamappzone, och dess huvudfunktion är "This hex and text editor allows you to view and edit a file in text/hexadecimal format. Hex, Nano editor running in your browser.".

Tilläggsskärmbilder

screenshot

Ladda ner Cloud Hex Text Editor-förlängningens CRX-fil

Ladda ner Cloud Hex Text Editor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Cloud Hex Text Editor Cloud Hex Text Editor
ID ljmmmfbhlamfogdigcpbhebfacgekfbk
Officiell webbadress https://chromewebstore.google.com/detail/cloud-hex-text-editor/ljmmmfbhlamfogdigcpbhebfacgekfbk
Beskrivning This hex and text editor allows you to view and edit a file in text/hexadecimal format. Hex, Nano editor running in your browser.
Filstorlek 28.47 KB
Antal Installationer 784
Aktuell Version 1.0.2.2
Senast Uppdaterad 2021-01-01
Publiceringsdatum 2021-01-01
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare beamappzone
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://thetimetube.herokuapp.com/hexedit/
Stödda Språk 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"
}