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은(는) https://spanishlearninghacks.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Highlights every form of the Spanish verbs 'ser' or 'estar'."입니다.

확장 프로그램 스크린샷

screenshot

Ser or Estar - That is the question 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}