simple unescape unicode
unicode形式のテキストをデコードします
What is simple unescape unicode?
simple unescape unicode is a Chrome extension developed by schwarzahl, and its main feature is "unicode形式のテキストをデコードします".
Extension Screenshots
Download simple unescape unicode Extension CRX File
Download simple unescape unicode 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
ユニバーサル文字列(\u6587\u5B57\u5217)をデコードするchrome拡張機能です。 本拡張機能を有効にした状態でマウスカーソルを文字列に重ねることでデコード後の文字列が表示されます。 最低限の機能だけを実装しているため、今後のバージョンアップで機能やUXを改善予定です。 https://github.com/schwarzahl/SimpleUnescapeUnicode ソースは公開しているので、使いにくければ適宜自由に書き換えて使ってください。
Extension Basic Information
Name | simple unescape unicode |
ID | paofdojdbiedfkijmlaohmdhijkmbhjd |
Official URL | https://chromewebstore.google.com/detail/simple-unescape-unicode/paofdojdbiedfkijmlaohmdhijkmbhjd |
Description | unicode形式のテキストをデコードします |
File Size | 34.67 KB |
Installation Count | 63 |
Current Version | 0.0.1.0 |
Last Updated | 2017-10-26 |
Publish Date | 2017-10-26 |
Developer | schwarzahl |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "simple unescape unicode", "version": "0.0.1.0", "description": "unicode\u5f62\u5f0f\u306e\u30c6\u30ad\u30b9\u30c8\u3092\u30c7\u30b3\u30fc\u30c9\u3057\u307e\u3059", "icons": { "16": "images\/icon_16.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "match_about_blank": true, "js": [ "js\/jquery-2.2.4.min.js", "js\/unescape.js" ] } ], "permissions": [] } |