RussianGram

Adds stress marks to Russian websites

What is RussianGram?

RussianGram is a Chrome extension developed by https://russiangram.com, and its main feature is "Adds stress marks to Russian websites".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download RussianGram Extension CRX File

Download RussianGram 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

                        Double-click any Russian word while holding down the ALT key to see its English translation, the declension tables and the correct stress. Turn any web page into learning material: click the Matryoshka button to add stress marks to the whole page.                    

Extension Basic Information

Name RussianGram RussianGram
ID bidcnmfhffpamjhgkemdmjdmnchjnmdf
Official URL https://chromewebstore.google.com/detail/russiangram/bidcnmfhffpamjhgkemdmjdmnchjnmdf
Description Adds stress marks to Russian websites
File Size 720 KB
Installation Count 2,018
Current Version 1.4.0
Last Updated 2022-03-12
Publish Date 2015-12-10
Rating 3.61/5 Total 33 Ratings
Developer https://russiangram.com
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RussianGram",
    "description": "Adds stress marks to Russian websites",
    "version": "1.4.0",
    "icons": {
        "128": "icon\/icon.png",
        "16": "icon\/icon.png",
        "48": "icon\/icon.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icon\/icon.png",
            "38": "icon\/icon.png"
        },
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/popover.css"
            ],
            "js": [
                "js\/config.js",
                "js\/jquery.min.js",
                "js\/popper.min.js",
                "js\/content.js",
                "js\/wholepage.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "js\/context-menu.js"
        ]
    },
    "incognito": "spanning",
    "content_security_policy": "script-src 'unsafe-eval' 'self'; object-src 'self'",
    "permissions": [
        "contextMenus",
        "https:\/\/api.russiangram.com\/*",
        "https:\/\/russiangram.com\/*"
    ],
    "web_accessible_resources": [
        "html\/*",
        "css\/*",
        "js\/*",
        "fonts\/*"
    ]
}