Translit
On the fly conversion from latin to cyrillic for text widgets.
Translitとは何ですか?
TranslitはMark Steinによって開発されたChromeの拡張機能で、その主な機能は「On the fly conversion from latin to cyrillic for text widgets.」です。
拡張機能のスクリーンショット
Translit拡張機能のCRXファイルをダウンロード
Translit拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Translit Extension:
Works in most text fields 拡張機能の基本情報
| 名前 | |
| ID | cdfojffepjegadljoamlaoebkndckdln |
| 公式URL | https://chromewebstore.google.com/detail/translit/cdfojffepjegadljoamlaoebkndckdln |
| 説明 | On the fly conversion from latin to cyrillic for text widgets. |
| ファイルサイズ | 19.23 KB |
| インストール数 | 200 |
| 現在のバージョン | 7 |
| 最終更新日 | 2021-06-28 |
| 公開日 | 2021-06-24 |
| 評価 | 4.14/5 合計 7 レビュー |
| 開発者 | Mark Stein |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Translit",
"version": "7",
"description": "__MSG_description__",
"default_locale": "en",
"icons": {
"16": "images\/icon.png",
"48": "images\/icon48.png"
},
"options_page": "html\/options.html",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"all_frames": true,
"run_at": "document_end",
"js": [
"js\/constants.js",
"js\/data.js",
"js\/kirill.js"
]
}
],
"permissions": []
} | |