Native2Ascii速攻!
アドオンでJavaのnative2asciiを行うツールです.
What is Native2Ascii速攻!?
Native2Ascii速攻! is a Chrome extension developed by https://gti.jp, and its main feature is "アドオンでJavaのnative2asciiを行うツールです.".
Extension Screenshots
Download Native2Ascii速攻! Extension CRX File
Download Native2Ascii速攻! 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
native2asciiをChrome上で行うツールです。 JavaScriptの文言で使いたいがために作ってみました。 【使い方】 インストール後「N2A」ボタンを押すとテキストエリアが表示されます。 「native2ascii」を行う場合 1.テキストエリアに行いたい文字列を入力 2.「native2ascii」ボタンを押す 3.変換されたテキストにフォーカスが当たりますのでコピーしてください。 「ascii2native」を行う場合 1.テキストエリアにunicode変換済みの文字列を入力 2.「ascii2native」ボタンを押す 3.変換されたテキストにフォーカスが当たりますのでコピペしてください。 以上です。 難しいことはありません。 私はWebAPIより返却されたJSONデータの日本語部分を読むのに重宝しています。 株式会社アイ・エス・シー http://www.isc-tokyo.co.jp/ ブログ:http://blog.iscw.jp アイ・エス・シー実験室 ver1.2 見栄えを良くしました・・・ ver1.3 Tabへのアクセス解除しました。 ver2.0 拡張機能のmanifest_versionを2にしました。
Extension Basic Information
Name | Native2Ascii速攻! |
ID | lccehdhneigdildjbenkggdlibhabamk |
Official URL | https://chromewebstore.google.com/detail/native2ascii%E9%80%9F%E6%94%BB%EF%BC%81/lccehdhneigdildjbenkggdlibhabamk |
Description | アドオンでJavaのnative2asciiを行うツールです. |
File Size | 57.25 KB |
Installation Count | 336 |
Current Version | 2.0.1 |
Last Updated | 2013-09-06 |
Publish Date | 2013-09-05 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://gti.jp |
Payment Type | free |
Extension Website | http://gti.jp/pastwork/ |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Native2Ascii\u901f\u653b\uff01", "description": "\u30a2\u30c9\u30aa\u30f3\u3067Java\u306enative2ascii\u3092\u884c\u3046\u30c4\u30fc\u30eb\u3067\u3059.", "manifest_version": 2, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "version": "2.0.1" } |