srbTranslit
Transliterates Serbian Cyrilic to Serbian Latin on any web page
What is srbTranslit?
srbTranslit is a Chrome extension developed by https://srbodroid.com, and its main feature is "Transliterates Serbian Cyrilic to Serbian Latin on any web page".
Extension Screenshots
Download srbTranslit Extension CRX File
Download srbTranslit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Transliterates Serbian Cyrilic to Serbian Latin on any web page
Extension Basic Information
Name | srbTranslit |
ID | amnomdcmjmbpjmbokddapbjiakbmbomd |
Official URL | https://chromewebstore.google.com/detail/srbtranslit/amnomdcmjmbpjmbokddapbjiakbmbomd |
Description | Transliterates Serbian Cyrilic to Serbian Latin on any web page |
File Size | 7.58 KB |
Installation Count | 103 |
Current Version | 1.1 |
Last Updated | 2020-11-19 |
Publish Date | 2020-06-21 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://srbodroid.com |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/eboye/srbTranslit |
Supported Languages | sr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "srbTranslit", "version": "1.1", "browser_action": { "default_icon": "is-on.png", "default_title": "srbTranslit", "browser_style": true }, "permissions": [ "activeTab" ], "description": "Transliterates Serbian Cyrilic to Serbian Latin on any web page", "background": { "scripts": [ "background.js" ] }, "icons": { "128": "is-on.png" } } |