Sneaky Spanish

Designed for those wanting to learn Spanish but unable to invest the time required to do so.

Sneaky Spanishคืออะไร?

Sneaky Spanish เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wilsonaustin17 และคุณลักษณะหลักของมันคือ "Designed for those wanting to learn Spanish but unable to invest the time required to do so."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sneaky Spanish

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

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

                        STILL IN DEVELOPMENT
Ever had the desire to learn Spanish but just haven't been able to find the time to do so? Is the thought of having to take time out of your normal browsing habits to learn a new language sickening? Then the Sneaky Spanish extension is for you!

Sneaky Spanish allows you to learn Spanish in the context of web pages you are already reading on the web by selectively translating words and passages on the pages you view.

Features:
- Seamlessly translates words in a webpage to Spanish without interrupting your normal browsing habits.
- Right click on a translated word to see its English translation, part of speech, the number of times you have clicked that word, and even hear how to pronounce it!
- Ability to highlight all translated words if desired.
- Get stats on how many words you have clicked, and how total times you have clicked on them.                    

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

ชื่อ Sneaky Spanish Sneaky Spanish
ID fmbgmlhpadiloggofeliagghggmopgbk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/sneaky-spanish/fmbgmlhpadiloggofeliagghggmopgbk
คำอธิบาย Designed for those wanting to learn Spanish but unable to invest the time required to do so.
ขนาดไฟล์ 137 KB
จำนวนการติดตั้ง 765
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2015-12-12
วันที่เผยแพร่ 2015-12-12
คะแนน 3.54/5 รวมทั้งหมด 24 คะแนน
ผู้พัฒนา wilsonaustin17
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sneaky Spanish",
    "description": "Designed for those wanting to learn Spanish but unable to invest the time required to do so.",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": "icons\/SS16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/SS16.png",
        "48": "icons\/SS48.png",
        "128": "icons\/SS128.png"
    },
    "permissions": [
        "tabs",
        "",
        "storage",
        "https:\/\/query.yahooapis.com\/v1\/public\/yql\/*"
    ],
    "background": {
        "scripts": [
            "js\/eventPage.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "js\/resources\/easydictionary.json",
        "js\/resources\/dictionary.json",
        "js\/resources\/jquery-1.10.2.js",
        "js\/popbox.js",
        "icons\/listen.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/resources\/jquery-1.10.2.js",
                "js\/resources\/bootstrap.min.js",
                "js\/content.js",
                "js\/popbox.js",
                "js\/fileUtil.js",
                "js\/resources\/findAndReplaceDOMText.js"
            ],
            "css": [
                "css\/popover.css"
            ],
            "run_at": "document_end"
        }
    ]
}