Japanese Domain Email Enabler
日本語ドメインメールアドレスに対応させる拡張機能.
What is Japanese Domain Email Enabler?
Japanese Domain Email Enabler is a Chrome extension developed by 3846masa, and its main feature is "日本語ドメインメールアドレスに対応させる拡張機能.".
Extension Screenshots
Download Japanese Domain Email Enabler Extension CRX File
Download Japanese Domain Email Enabler 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
日本語ドメインも普及しつつある昨今,なぜ日本語ドメインのメールアドレスが普及しないのか. 日本語ドメインのメールアドレスへ送信できるメーラーが少ないからではないか. この拡張機能を導入すると,YahooメールとOutlook.com上で,日本語ドメインを送信可能なPunycodeへと自動変換してくれます.
Extension Basic Information
Name | |
ID | jkbpbpkddeefhcnflhnmmlmfaenkmknl |
Official URL | https://chromewebstore.google.com/detail/japanese-domain-email-ena/jkbpbpkddeefhcnflhnmmlmfaenkmknl |
Description | 日本語ドメインメールアドレスに対応させる拡張機能. |
File Size | 42.57 KB |
Installation Count | 14 |
Current Version | 0.0.1 |
Last Updated | 2015-01-28 |
Publish Date | 2015-01-27 |
Developer | 3846masa |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Japanese Domain Email Enabler", "version": "0.0.1", "description": "\u65e5\u672c\u8a9e\u30c9\u30e1\u30a4\u30f3\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u306b\u5bfe\u5fdc\u3055\u305b\u308b\u62e1\u5f35\u6a5f\u80fd\uff0e", "content_scripts": [ { "matches": [ "https:\/\/*.mail.yahoo.co.jp\/*" ], "js": [ "jquery-2.1.3.min.js", "punycode.min.js", "supportedPunycode.js", "yahooMail_JP.js" ], "run_at": "document_idle" }, { "matches": [ "https:\/\/*.mail.live.com\/*" ], "js": [ "jquery-2.1.3.min.js", "punycode.min.js", "supportedPunycode.js", "outlook.js" ], "run_at": "document_idle" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |