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ファイルをダウンロード

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