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 |
| 电子邮箱 | [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": []
} | |