RussianGram

Adds stress marks to Russian websites

RussianGram क्या है?

RussianGram https://russiangram.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds stress marks to Russian websites"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में RussianGram एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम RussianGram RussianGram
ID bidcnmfhffpamjhgkemdmjdmnchjnmdf
आधिकारिक URL https://chromewebstore.google.com/detail/russiangram/bidcnmfhffpamjhgkemdmjdmnchjnmdf
विवरण Adds stress marks to Russian websites
फ़ाइल का आकार 720 KB
स्थापना संख्या 2,018
वर्तमान संस्करण 1.4.0
अंतिम अपडेट 2022-03-12
प्रकाशन तिथि 2015-12-10
रेटिंग 3.61/5 कुल 33 रेटिंग्स
डेवलपर https://russiangram.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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\/*"
    ]
}