Accents & Diacritics for Gmail

A simple way to enter Accents & Diacritics into Google Gmail.

Accents & Diacritics for Gmailとは何ですか?

Accents & Diacritics for GmailはETX Software Inc.によって開発されたChromeの拡張機能で、その主な機能は「A simple way to enter Accents & Diacritics into Google Gmail.」です。

拡張機能のスクリーンショット

screenshot

Accents & Diacritics for Gmail拡張機能のCRXファイルをダウンロード

Accents & Diacritics for Gmail拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        What is it? A simple way to enter Accents & Diacritics, Foreign and Special Characters into body of Google Gmail emails.

How it works? Keep pressing any given letter until you see its accented counterpart! The technique itself is very easy to learn!

Supported Languages & Accents:
Catalan: à, ç, é, è, í, ï, ó, ò, ú, ü
Czech: á, é, í, ó, ú, ý, č, ď, ě, ň, ř, š, ť, ž, ů
French: à, â, æ, ä, ç, é, è, ê, ë, î, ï, ô, œ, ö, ù, û, ü, ÿ
Galician: á, é, í, ó, ú
German: ä, ö, ü, ß. Note: Use letter 'b' to type: ß
Finish/Swedish: ä, å, ö
Italian: à, è, é, ì, í, î, ò, ó, ù, ú
Irish/Gaelic: á, ḃ, ċ, ḋ, é, ḟ, ġ, í, ṁ, ó, ṗ, ṡ, ṫ, ú
Polish: ą, ć, ę, ł, ń, ó, ś, ź, ż
Portuguese: à, á, â, ã, ç, é, ê, í, ó, ô, õ, ú
Slovak: á, é, í, ĺ, ó, ŕ, ú, ý, č, ď, ľ, ň, š, ť, ž, ô, ä
Spanish: á, é, í, ¡, ¿, ó, ú, ü, ñ. Note: Use letter 'i' to type: ¡, ¿

---
Coming Shortly! Support for foreign alphabets (Russian, etc.) + all accent types, such as: acute( ´ ) double acute( ˝ ) grave( ` ) double grave(  ̏ ) breve( ˘ ) inverted breve(  ̑ ) caron, háček( ˇ ) cedilla( ¸ ) circumflex( ˆ ) diaeresis, umlaut( ¨ ) dot( · ) hook, hook above(   ̡   ̢  ̉ ) horn(  ̛ ) iota subscript(  ͅ  ) macron( ¯ ) ogonek, nosinė( ˛ ) perispomene(  ͂  ) ring( ˚, ˳ ) rough breathing( ῾ ) smooth breathing( ᾿ ) etc.                    

拡張機能の基本情報

名前 Accents & Diacritics for Gmail Accents & Diacritics for Gmail
ID aemcokmmdpmcgfegnllnjfnocamllleh
公式URL https://chromewebstore.google.com/detail/accents-diacritics-for-gm/aemcokmmdpmcgfegnllnjfnocamllleh
説明 A simple way to enter Accents & Diacritics into Google Gmail.
ファイルサイズ 151 KB
インストール数 3,629
現在のバージョン 5.1.1
最終更新日 2015-07-04
公開日 2015-07-04
評価 2.00/5 合計 10 レビュー
開発者 ETX Software Inc.
支払い方法 free
拡張機能のウェブサイト http://www.etx.ca
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Accents & Diacritics for Gmail",
    "version": "5.1.1",
    "description": "A simple way to enter Accents & Diacritics into Google Gmail.",
    "permissions": [
        "http:\/\/mail.google.com\/*",
        "https:\/\/mail.google.com\/*",
        "storage",
        "tabs"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icon128.png",
            "38": "img\/icon128.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/mail.google.com\/*",
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "js\/jquery-2.0.3.min.js",
                "js\/Autocorrect.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}