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 |
| 官方網址 | 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": []
} | |