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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
    ]
}