Estado del Subte

Conocé del estado del Subte de Buenos Aires. Lineas A, B, C, D, E, H, Premetro y Urquiza. Extensión creada por Ale Mohamad.

Estado del Subte là gì?

Estado del Subte là một tiện ích mở rộng Chrome được phát triển bởi Ale Mohamad, và tính năng chính của nó là "Conocé del estado del Subte de Buenos Aires. Lineas A, B, C, D, E, H, Premetro y Urquiza. Extensión creada por Ale Mohamad.".

Ả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 Estado del Subte

Tải xuống các tệp mở rộng Estado del Subte 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

                        La extensión te muestra el estado del Subte de la Ciudad de Buenos Aires en tiempo real.

Si hay alertas en el servicio, la extensión te notificará al instante para que no pierdas nada de información.                    

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

Tên Estado del Subte Estado del Subte
ID felbcoomgbkgbpalfinbgflmehblpoil
URL Chính Thức https://chromewebstore.google.com/detail/estado-del-subte/felbcoomgbkgbpalfinbgflmehblpoil
Mô tả Conocé del estado del Subte de Buenos Aires. Lineas A, B, C, D, E, H, Premetro y Urquiza. Extensión creada por Ale Mohamad.
Kích Thước Tệp 379 KB
Số Lần Cài Đặt 47
Phiên Bản Hiện Tại 3.0.0
Cập Nhật Lần Cuối 2014-09-06
Ngày Phát Hành 2014-09-06
Đánh Giá 4.89/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Ale Mohamad
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Estado del Subte",
    "version": "3.0.0",
    "manifest_version": 2,
    "description": "Conoc\u00e9 del estado del Subte de Buenos Aires. Lineas A, B, C, D, E, H, Premetro y Urquiza. Extensi\u00f3n creada por Ale Mohamad.",
    "icons": {
        "16": "images\/icon_16.png",
        "19": "images\/icon_19.png",
        "32": "images\/icon_32.png",
        "38": "images\/icon_38.png",
        "48": "images\/icon_48.png",
        "64": "images\/icon_64.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_title": "Estado del Subte",
        "default_icon": {
            "19": "images\/icon_19.png",
            "38": "images\/icon_38.png"
        },
        "default_popup": "html\/main.html"
    },
    "background": {
        "page": "html\/background.html"
    },
    "permissions": [
        "*:\/\/www.metrovias.com.ar\/*",
        "notifications"
    ]
}