RussianGram

Adds stress marks to Russian websites

ما هو RussianGram؟

RussianGram هو إضافة Chrome تم تطويرها بواسطة https://russiangram.com، والميزة الرئيسية لها هي "Adds stress marks to Russian websites".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة RussianGram

قم بتنزيل ملفات الامتداد RussianGram بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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\/*"
    ]
}