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
官方網址 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"
    }
}