js Encoder

A developer tool include html escape/unescape, url, base64, NCR encoder/decoder

What is js Encoder?

js Encoder is a Chrome extension developed by Prhythm Studio, and its main feature is "A developer tool include html escape/unescape, url, base64, NCR encoder/decoder".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download js Encoder Extension CRX File

Download js Encoder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A tool for developer.
Html encoder/decoder: escape tag and whitespace.
Url encoder/decoder: convertion of url.
Base64 encoder/decoder: convertion of base 64.
NCR encoder/decoder: convertion of numeric character reference.
Unicode: convertion of unicode format                    

Extension Basic Information

Name js Encoder js Encoder
ID mfdhnccpjimeepgdjodeocbifkbbmmae
Official URL https://chromewebstore.google.com/detail/js-encoder/mfdhnccpjimeepgdjodeocbifkbbmmae
Description A developer tool include html escape/unescape, url, base64, NCR encoder/decoder
File Size 406 KB
Installation Count 480
Current Version 2.0.1
Last Updated 2021-03-06
Publish Date 2014-07-18
Rating 4.00/5 Total 4 Ratings
Developer Prhythm Studio
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "js Encoder",
    "description": "A developer tool include html escape\/unescape, url, base64, NCR encoder\/decoder",
    "version": "2.0.1",
    "icons": {
        "16": "img\/format_code16.png",
        "48": "img\/format_code48.png",
        "128": "img\/format_code128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "img\/format_code16.png",
        "default_popup": "popup.html",
        "title": "js Encoder"
    },
    "options_ui": {
        "page": "options.html?aa=1121212",
        "chrome_style": true
    }
}