New Street Tab

Alters your new tab to display a streetview from around the world

New Street Tab là gì?

New Street Tab là một tiện ích mở rộng Chrome được phát triển bởi Brad Hansen, và tính năng chính của nó là "Alters your new tab to display a streetview from around the world".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng New Street Tab

Tải xuống các tệp mở rộng New Street Tab 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

                        Explore and discover awesome places around the world every time you open a new tab!

You will be greeted with a street view panorama from a random location in the world with each new tab.

If you are curious where the panorama is from in the world, simply click the map pin up in the top left.                    

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

Tên New Street Tab New Street Tab
ID kacggbfglepmgodfdgeedidegbbgjeck
URL Chính Thức https://chromewebstore.google.com/detail/new-street-tab/kacggbfglepmgodfdgeedidegbbgjeck
Mô tả Alters your new tab to display a streetview from around the world
Kích Thước Tệp 25.7 KB
Số Lần Cài Đặt 40
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2018-05-07
Ngày Phát Hành 2018-05-07
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Brad Hansen
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "browser_action": {
        "default_icon": "icon2.png",
        "default_popup": "popup.html",
        "default_title": "New Street Tab"
    },
    "chrome_url_overrides": {
        "newtab": "newerTab.html"
    },
    "content_security_policy": "script-src https:\/\/maps.googleapis.com https:\/\/maps.gstatic.com 'self'; object-src 'self'",
    "description": "Alters your new tab to display a streetview from around the world",
    "icons": {
        "128": "icon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA\/IDIdqV4x8KWO5WFhqv5POYu6+GtPGyFbqGDovvaZxjHHzzBRdGm7mRC+kn2GYi4EKMbBG1IHTBzq+oUVJKJVdqhjWPlb28w3UH1i07aQB+3nMtA9xJCGW2xeuc0gOp6r1CKm5PRPuwTqGvQsTbRQ6vj99B8RK4+AojY5zPM\/2OPy2AoG6UpPiEALN2a\/ye+gtueFJdFbttaYk6o2p532ijN95DnsyQRedZ1Yg54tdEQfkxY+o95qt45IOBDtWGN5qffuayg5\/5uqv9Vbf6yhgPOAW8sAPzueneYIGCl6\/sqagwjvB+b72XfucQV3tJ7fDQfVbT1k8Kct26Yba0MAwIDAQAB",
    "manifest_version": 2,
    "name": "New Street Tab",
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3"
}