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