Dictionary Keep and Memorize

Keep your translated words from Google translate

Dictionary Keep and Memorizeคืออะไร?

Dictionary Keep and Memorize เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Armen Stepanyan และคุณลักษณะหลักของมันคือ "Keep your translated words from Google translate"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dictionary Keep and Memorize

ดาวน์โหลดไฟล์ส่วนขยาย Dictionary Keep and Memorize ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Keep your translated words from Google translate. Provides different quizzes that help you to memorize words.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Dictionary Keep and Memorize Dictionary Keep and Memorize
ID ablojdmhfnlipnnebmeklecobhniaofp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/dictionary-keep-and-memor/ablojdmhfnlipnnebmeklecobhniaofp
คำอธิบาย Keep your translated words from Google translate
ขนาดไฟล์ 289 KB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2019-01-11
วันที่เผยแพร่ 2019-01-06
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Armen Stepanyan
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://site-blocker.info/product/dictionary-keep-memorize
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "jquery-3.3.1.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/translate.google.*\/*"
            ],
            "js": [
                "jquery-3.3.1.js",
                "content_script.js"
            ]
        }
    ],
    "description": "Keep your translated words from Google translate",
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "16": "32.png"
    },
    "manifest_version": 2,
    "name": "Dictionary Keep and Memorize",
    "options_page": "options\/options.html",
    "permissions": [
        "tabs"
    ],
    "version": "1.2"
}