Ser or Estar - That is the question

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

Ser or Estar - That is the question là gì?

Ser or Estar - That is the question là một tiện ích mở rộng Chrome được phát triển bởi https://spanishlearninghacks.com, và tính năng chính của nó là "Highlights every form of the Spanish verbs 'ser' or 'estar'.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ser or Estar - That is the question

Tải xuống các tệp mở rộng Ser or Estar - That is the question dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ser or Estar - That is the question Ser or Estar - That is the question
ID cjpjigihkblobjdpegooobhelehholdf
URL Chính Thức https://chromewebstore.google.com/detail/ser-or-estar-that-is-the/cjpjigihkblobjdpegooobhelehholdf
Mô tả Highlights every form of the Spanish verbs 'ser' or 'estar'.
Kích Thước Tệp 18.49 KB
Số Lần Cài Đặt 82
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2013-03-08
Ngày Phát Hành 2013-03-08
Nhà Phát Triển https://spanishlearninghacks.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}