הרכבת הבאה

מתי יוצאת הרכבת הבאה? מהיום מקבלים תשובה לשאלה בקליק אחד!

What is הרכבת הבאה?

הרכבת הבאה is a Chrome extension developed by nire0510, and its main feature is "מתי יוצאת הרכבת הבאה? מהיום מקבלים תשובה לשאלה בקליק אחד!".

Extension Screenshots

screenshot

Download הרכבת הבאה Extension CRX File

Download הרכבת הבאה extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        מתי יוצאת הרכבת הבאה?

מהיום מקבלים תשובה לשאלה בקליק אחד!
כל מה שצריך לעשות, זה לבחור תחנת מוצא ותחנת יעד מועדפות, ובכל פעם שתלחצו על כפתור התוסף בדפדפן (שעון ובתוכו הלוגו של רכבת ישראל), יוצג מיד לוח הזמנים המעודכן לקו שבחרתם לשעות הקרובות
לנוחותכם, בחירת התחנות תישמר עבור גישה מהירה. ניתן להחליף תחנות בקלות על ידי לחיצה על שם התחנה בתצוגה.
 הנתונים מתעדכנים ישירות מאתר הרשמי של רכבת ישראל ומציגים כל שינוי בלוח הזמנים המקורי, במידה ויש.

בנוסף, תוכלו גם לקבל תזכורת 20 דקות לפני מועד יציאת הרכבת.

נסיעה נעימה!                    

Extension Basic Information

Name הרכבת הבאה הרכבת הבאה
ID nmkhmoelmjodcdpnfflfnndnfpakncdf
Official URL https://chromewebstore.google.com/detail/%D7%94%D7%A8%D7%9B%D7%91%D7%AA-%D7%94%D7%91%D7%90%D7%94/nmkhmoelmjodcdpnfflfnndnfpakncdf
Description מתי יוצאת הרכבת הבאה? מהיום מקבלים תשובה לשאלה בקליק אחד!
File Size 214 KB
Installation Count 55
Current Version 1.42
Last Updated 2019-03-08
Publish Date 2019-03-08
Rating 3.80/5 Total 5 Ratings
Developer nire0510
Email [email protected]
Payment Type free
Supported Languages iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u05d4\u05e8\u05db\u05d1\u05ea \u05d4\u05d1\u05d0\u05d4",
    "short_name": "\u05d4\u05e8\u05db\u05d1\u05ea \u05d4\u05d1\u05d0\u05d4",
    "version": "1.42",
    "description": "\u05de\u05ea\u05d9 \u05d9\u05d5\u05e6\u05d0\u05ea \u05d4\u05e8\u05db\u05d1\u05ea \u05d4\u05d1\u05d0\u05d4? \u05de\u05d4\u05d9\u05d5\u05dd \u05de\u05e7\u05d1\u05dc\u05d9\u05dd \u05ea\u05e9\u05d5\u05d1\u05d4 \u05dc\u05e9\u05d0\u05dc\u05d4 \u05d1\u05e7\u05dc\u05d9\u05e7 \u05d0\u05d7\u05d3!",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "64": "images\/64.png",
        "128": "images\/128.png",
        "256": "images\/256.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/16.png",
            "48": "images\/48.png",
            "64": "images\/64.png",
            "128": "images\/128.png",
            "256": "images\/256.png",
            "512": "images\/512.png",
            "1024": "images\/1024.png"
        },
        "default_title": "\u05d4\u05e8\u05db\u05d1\u05ea \u05d4\u05d1\u05d0\u05d4",
        "default_popup": "components\/popup\/view.html"
    },
    "author": "Nir Elbaz",
    "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com; object-src 'self'",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "http:\/\/www.rail.co.il\/*",
        "alarms",
        "notifications"
    ],
    "web_accessible_resources": [
        "48.png"
    ]
}