Transit Schedules

Transit Schedules replaces your new tab with quick transit schedule search with sponsored web search.

Transit Schedulesคืออะไร?

Transit Schedules เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Transit Schedules และคุณลักษณะหลักของมันคือ "Transit Schedules replaces your new tab with quick transit schedule search with sponsored web search."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Transit Schedules

ดาวน์โหลดไฟล์ส่วนขยาย Transit Schedules ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Transit Schedules new tab features Transit Schedule search, Weather, Yahoo Web Search, Time/Date, & Custom Shortcuts.

The Installation of this extension will configure your New Tab Page to Transit Schedules. Transit Schedules extension is all you need to start browsing with quick access Transit Schedules & Web Search.

To get started, simply click Transit Schedules on your new Tab Page. Enter Starting & Ending locations and hit GO. View the quickest transit schedules for your departure time and location.

Permissions we request:

New Tab:
This permission allows the extension to replace the page you see when opening a new tab

Privacy Policy: https://transitschedules.net/pages/privacy.html
EULA: https://transitschedules.net/pages/eula.html

Uninstall Instructions: 
https://transitschedules.net/pages/uninstall.html                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Transit Schedules Transit Schedules
ID dcchknlbddobifongmdiomhboikhebmk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/transit-schedules/dcchknlbddobifongmdiomhboikhebmk
คำอธิบาย Transit Schedules replaces your new tab with quick transit schedule search with sponsored web search.
ขนาดไฟล์ 1.06 MB
จำนวนการติดตั้ง 49,075
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2023-01-10
วันที่เผยแพร่ 2022-06-05
คะแนน 1.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Transit Schedules
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://transitschedules.net/privacy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.4",
    "manifest_version": 3,
    "short_name": "Transit Schedules",
    "description": "Transit Schedules replaces your new tab with quick transit schedule search with sponsored web search.",
    "name": "Transit Schedules",
    "background": {
        "service_worker": "service_worker.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "*.json",
                "favicon.ico"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}