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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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/ までお願いします。
확장 프로그램 기본 정보
이름 | |
ID | khkgejmkbkekehfpgmgjkekblkeaekol |
공식 URL | 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\/" ] } |