asana.com Multi language IME problem patch

This app resolve a problem in asana.com with MultiLanguage IME(like Japanese Google IME). To use this plugin, just keeping enable.

什麼是asana.com Multi language IME problem patch?

asana.com Multi language IME problem patch是由http://www.tech-vein.com開發的Chrome擴展程式,該擴展的主要功能是“This app resolve a problem in asana.com with MultiLanguage IME(like Japanese Google IME). To use this plugin, just keeping enable.”。

下載asana.com Multi language IME problem patch擴展crx文件

下載asana.com Multi language IME problem patch擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This chrome extension is to fix multibyte language input problem in asana.com.
It fixes the problem that duplicate tasks on edidting task field when input task name with IME.

Mainly this is for Japanese IME, but it may work also for other language IME systems(like Korean, Chinese, Thai, etc.).

This has no settings, so you can easily try this.

This extension is made by tech vein, Inc (not asana.com).
Please do not contact asana.com.
If you want to contact about this, see http://www.tech-vein.com/ .


----
asana.com で日本語でタスクを追加したときに2重にタスクが追加されてしまう不具合の非公式修正パッチです。
Chrome拡張をインストールするだけで機能します。

設定不要ですので、アプリアイコンを非表示にしてご利用ください。

このChrome拡張は asana.com ではなく、株式会社tech vein により開発されました。

お問い合わせは http://www.tech-vein.com/ までお願いします。                    

擴展基本資訊

名稱 asana.com Multi language IME problem patch asana.com Multi language IME problem patch
ID khkgejmkbkekehfpgmgjkekblkeaekol
官方網址 https://chrome.google.com/webstore/detail/asanacom-multi-language-i/khkgejmkbkekehfpgmgjkekblkeaekol
簡介 This app resolve a problem in asana.com with MultiLanguage IME(like Japanese Google IME). To use this plugin, just keeping enable.
檔案大小 18.68 KB
安裝次數 228
目前版本 1.0.2
更新時間 2016-11-27
上架時間 2016-11-27
評分 5.00/5 共 2 次評分
開發者 http://www.tech-vein.com
付費類型 free
擴展官網 http://www.tech-vein.com/
支援的語言 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.0.2",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.asana.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "https:\/\/app.asana.com\/"
    ]
}