A port of the Latinify Chrome extension, now on Firefox!
Converting cyrillic to latinic for the purpose of easier reading!
This version uses č, ć, đ, ž, š instead of sh, ch and etc.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "Latinify Reborn - Slavic",
"author": "SaelbenNoa and oreoadidas",
"homepage_url": "https://github.com/SaelbenNoa/latinify",
"version": "1.1",
"manifest_version": 2,
"description": "A port of the Latinify Chrome extension, now on Firefox!\nConverting cyrillic to latinic for the purpose of easier reading!",
"icons": {
"48": "latinify48.png",
"96": "latinify96.png"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
]
}