Japanese Domain Email Enabler
日本語ドメインメールアドレスに対応させる拡張機能.
Cos'è Japanese Domain Email Enabler?
Japanese Domain Email Enabler è un'estensione di Chrome sviluppata da 3846masa, e la sua funzione principale è "日本語ドメインメールアドレスに対応させる拡張機能.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Japanese Domain Email Enabler
Scarica i file di estensione Japanese Domain Email Enabler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
日本語ドメインも普及しつつある昨今,なぜ日本語ドメインのメールアドレスが普及しないのか. 日本語ドメインのメールアドレスへ送信できるメーラーが少ないからではないか. この拡張機能を導入すると,YahooメールとOutlook.com上で,日本語ドメインを送信可能なPunycodeへと自動変換してくれます.
Informazioni di Base sull'Estensione
Nome | |
ID | jkbpbpkddeefhcnflhnmmlmfaenkmknl |
URL Ufficiale | https://chromewebstore.google.com/detail/japanese-domain-email-ena/jkbpbpkddeefhcnflhnmmlmfaenkmknl |
Descrizione | 日本語ドメインメールアドレスに対応させる拡張機能. |
Dimensione del File | 42.57 KB |
Conteggio Installazioni | 14 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2015-01-28 |
Data di Pubblicazione | 2015-01-27 |
Sviluppatore | 3846masa |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |