js Encoder
A developer tool include html escape/unescape, url, base64, NCR encoder/decoder
js Encoderとは何ですか?
js EncoderはPrhythm Studioによって開発されたChromeの拡張機能で、その主な機能は「A developer tool include html escape/unescape, url, base64, NCR encoder/decoder」です。
拡張機能のスクリーンショット
js Encoder拡張機能のCRXファイルをダウンロード
js Encoder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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
拡張機能の基本情報
名前 | js Encoder |
ID | mfdhnccpjimeepgdjodeocbifkbbmmae |
公式URL | https://chromewebstore.google.com/detail/js-encoder/mfdhnccpjimeepgdjodeocbifkbbmmae |
説明 | A developer tool include html escape/unescape, url, base64, NCR encoder/decoder |
ファイルサイズ | 406 KB |
インストール数 | 480 |
現在のバージョン | 2.0.1 |
最終更新日 | 2021-03-06 |
公開日 | 2014-07-18 |
評価 | 4.00/5 合計 4 レビュー |
開発者 | Prhythm Studio |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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 } } |