Ser or Estar - That is the question

Highlights every form of the Spanish verbs 'ser' or 'estar'.

Ser or Estar - That is the questionคืออะไร?

Ser or Estar - That is the question เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://spanishlearninghacks.com และคุณลักษณะหลักของมันคือ "Highlights every form of the Spanish verbs 'ser' or 'estar'."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ser or Estar - That is the question

ดาวน์โหลดไฟล์ส่วนขยาย Ser or Estar - That is the question ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Learning Spanish? Struggling to know when to use "ser" and when to use "estar"?

Ser or Estar highlights every "ser" or "estar" verb in any web page, and lets you know its mood, tense and form.

When you are browsing a Spanish web page, just click on the extension toolbar icon and you see every form of the verbs "ser" and "estar" highlighted in yellow and blue, respectively. Move the mouse pointer over them and you'll see a tooltip showing detailed grammatical information about that particular form.                    

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

ชื่อ Ser or Estar - That is the question Ser or Estar - That is the question
ID cjpjigihkblobjdpegooobhelehholdf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ser-or-estar-that-is-the/cjpjigihkblobjdpegooobhelehholdf
คำอธิบาย Highlights every form of the Spanish verbs 'ser' or 'estar'.
ขนาดไฟล์ 18.49 KB
จำนวนการติดตั้ง 82
เวอร์ชันปัจจุบัน 0.2.1
อัปเดตครั้งล่าสุด 2013-03-08
วันที่เผยแพร่ 2013-03-08
ผู้พัฒนา https://spanishlearninghacks.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ser or Estar - That is the question",
    "manifest_version": 2,
    "version": "0.2.1",
    "description": "Highlights every form of the Spanish verbs 'ser' or 'estar'.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Ser or Estar"
    }
}