RussianGram

Adds stress marks to Russian websites

Was ist RussianGram?

RussianGram ist eine Chrome-Erweiterung, die von https://russiangram.com entwickelt wurde, und ihr Hauptmerkmal ist "Adds stress marks to Russian websites".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

RussianGram-Erweiterungs-CRX-Datei herunterladen

Laden Sie RussianGram-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name RussianGram RussianGram
ID bidcnmfhffpamjhgkemdmjdmnchjnmdf
Offizielle URL https://chromewebstore.google.com/detail/russiangram/bidcnmfhffpamjhgkemdmjdmnchjnmdf
Beschreibung Adds stress marks to Russian websites
Dateigröße 720 KB
Installationsanzahl 2,018
Aktuelle Version 1.4.0
Letztes Update 2022-03-12
Veröffentlichungsdatum 2015-12-10
Bewertung 3.61/5 Insgesamt 33 Bewertungen
Entwickler https://russiangram.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/*"
    ]
}