Azbuka
Convert Cyrillic to Latin, or Latin to Cyrillic. Now with medžuslovjansky support.
Azbuka là gì?
Azbuka là một tiện ích mở rộng Chrome được phát triển bởi Dusan Halicky, và tính năng chính của nó là "Convert Cyrillic to Latin, or Latin to Cyrillic. Now with medžuslovjansky support.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Azbuka
Tải xuống các tệp mở rộng Azbuka dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This extension converts Cyrillic (Belorussian, Bulgarian, Macedonian, Montenegrin, Russian, Serbian, Ukrainian) to Latin. It can also convert Latin (Croatian, Czech, Polish, Slovak, Slovenian) back to Cyrillic. The latest version also supports Medžuslovjansky/Меджусловјанскы. Target audience of this extension are Slavic people who don't use Cyrillic/Latin in their languages, they don't plan to learn Cyrillic/Latin, but they still want to be able to quickly read Cyrillic texts. Slovak, Czech, Polish, Slovenian, Croatian, and others will now be able to read Cyrillic quickly and without any learning whatsoever and Belarusian, Bosnian, Bulgarian, Macedonian, Montenegrin, Russian, Serbian, Ukrainian will be able to read latin texts in their native Cyrillic. But wouldn't it be better for them to learn Cyrillic/Latin? I've learned Cyrillic, it does not help, when you don't use it often then the reading is very slow. How to use it? Select text, right click to open context menu, click on menu item "Azbuka (selection)" and selected text will be converted your alphabet. If nothing is selected, menu item will be called "Azbuka (entire page)" and it will convert entire page. If you have multiple Cyrillic languages on one page, you will get better translation result if you select one language block at a time. It uses language auto detection and to select best dictionary and when multiple languages are mixed it get confused. You can see dictionaries on options page. You can also report incorrect translations there (e.g. missing characters). In options page you can change your native language. This is important to better translate text to your language, for example if you choose Polish letter "č" will be "ć", if you choose Ukrainian letter "G" will become "Ґ". You can also click on "Az" icon in top right corner and small popup window will appear where you can translate from different languages.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Azbuka |
ID | kaolnppbknjoipdbneeopagbajdkceno |
URL Chính Thức | https://chromewebstore.google.com/detail/azbuka/kaolnppbknjoipdbneeopagbajdkceno |
Mô tả | Convert Cyrillic to Latin, or Latin to Cyrillic. Now with medžuslovjansky support. |
Kích Thước Tệp | 1.18 MB |
Số Lần Cài Đặt | 707 |
Phiên Bản Hiện Tại | 2.0.60 |
Cập Nhật Lần Cuối | 2020-02-28 |
Ngày Phát Hành | 2020-02-26 |
Đánh Giá | 4.50/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | Dusan Halicky |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://ghost.sk/ |
URL Trang Chính Sách Bảo Mật | https://ghost.sk/privacy-policy.html |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Azbuka", "short_name": "Azbuka", "version": "2.0.60", "manifest_version": 2, "description": "Convert Cyrillic to Latin, or Latin to Cyrillic. Now with med\u017euslovjansky support.", "permissions": [ "contextMenus" ], "options_page": "options.html", "browser_action": { "default_icon": "icon\/19.png", "default_popup": "popup.html", "default_title": "Azbuka" }, "icons": { "16": "icon\/16.png", "19": "icon\/19.png", "32": "icon\/32.png", "48": "icon\/48.png", "128": "icon\/128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "js": [ "content.js", "selection.js" ] } ], "background": { "scripts": [ "background.js", "utils.js", "dictionary_belarusian.js", "dictionary_belarusian2.js", "dictionary_bulgarian.js", "dictionary_bulgarian2.js", "dictionary_montenegrin.js", "dictionary_montenegrin2.js", "dictionary_macedonian.js", "dictionary_macedonian2.js", "dictionary_russian.js", "dictionary_russian2.js", "dictionary_serbian.js", "dictionary_serbian2.js", "dictionary_ukrainian.js", "dictionary_ukrainian2.js", "dictionary_medzuslovjansky2.js", "dictionary_croatian.js", "dictionary_czech.js", "dictionary_polish.js", "dictionary_slovak.js", "dictionary_slovenian.js" ] } } |