Japanese Domain Email Enabler
日本語ドメインメールアドレスに対応させる拡張機能.
Japanese Domain Email Enablerとは何ですか?
Japanese Domain Email Enablerは3846masaによって開発されたChromeの拡張機能で、その主な機能は「日本語ドメインメールアドレスに対応させる拡張機能.」です。
拡張機能のスクリーンショット
Japanese Domain Email Enabler拡張機能のCRXファイルをダウンロード
Japanese Domain Email Enabler拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
日本語ドメインも普及しつつある昨今,なぜ日本語ドメインのメールアドレスが普及しないのか. 日本語ドメインのメールアドレスへ送信できるメーラーが少ないからではないか. この拡張機能を導入すると,YahooメールとOutlook.com上で,日本語ドメインを送信可能なPunycodeへと自動変換してくれます.
拡張機能の基本情報
名前 | |
ID | jkbpbpkddeefhcnflhnmmlmfaenkmknl |
公式URL | https://chromewebstore.google.com/detail/japanese-domain-email-ena/jkbpbpkddeefhcnflhnmmlmfaenkmknl |
説明 | 日本語ドメインメールアドレスに対応させる拡張機能. |
ファイルサイズ | 42.57 KB |
インストール数 | 14 |
現在のバージョン | 0.0.1 |
最終更新日 | 2015-01-28 |
公開日 | 2015-01-27 |
開発者 | 3846masa |
支払い方法 | free |
対応言語 | 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" } } |