JusTab

Keep track of all your online services. With just a tab you can see what's going on!

JusTab là gì?

JusTab là một tiện ích mở rộng Chrome được phát triển bởi Johman10, và tính năng chính của nó là "Keep track of all your online services. With just a tab you can see what's going on!".

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

screenshot
screenshot
screenshot
screenshot

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

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

                        Always opening a lot of tabs just to view different services? Not anymore! JusTab shows all your favourite services with every tab you open.

JusTab shows information from services such as Google Calendar, Gmail, but also Sonarr, Radarr and more. See the screenshots to find more information on which services are supported.

If you find a bug please let me know and I will try to get to it as soon as possible.

https://github.com/johman10/JusTab                    

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

Tên JusTab JusTab
ID ahfidkanlmlkhggdgencpoanjkokcfck
URL Chính Thức https://chromewebstore.google.com/detail/justab/ahfidkanlmlkhggdgencpoanjkokcfck
Mô tả Keep track of all your online services. With just a tab you can see what's going on!
Kích Thước Tệp 2.15 MB
Số Lần Cài Đặt 87
Phiên Bản Hiện Tại 0.5.1
Cập Nhật Lần Cuối 2021-07-29
Ngày Phát Hành 2019-10-20
Đánh Giá 3.29/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Johman10
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/johman10/JusTab
URL Trang Trợ Giúp https://github.com/johman10/JusTab/issues/new
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "JusTab",
    "version": "0.5.1",
    "author": "Johan van Eck",
    "description": "Keep track of all your online services. With just a tab you can see what's going on!",
    "short_name": "JusTab",
    "icons": {
        "16": "\/img\/app_icons\/JusTab-16x16.png",
        "32": "\/img\/app_icons\/JusTab-32x32.png",
        "48": "\/img\/app_icons\/JusTab-48x48.png",
        "128": "\/img\/app_icons\/JusTab-128x128.png",
        "256": "\/img\/app_icons\/JusTab-256x256.png",
        "512": "\/img\/app_icons\/JusTab-512x512.png"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "options_page": "options.html",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhljSfj+fB5CNC9\/EY7RZCMSpG+PVvEECK3UociKf\/oTCZGYjstc6g5n7GCGT2Qsna9wLiqlQ+2TlXy+Z42pLIhbi0QaG632B2SbwhSTcVgNdmBIxJUJb53trQHiTKPglezUbjW1GDTTN2pO54HPl320WNGWIbzX61Lj9LPXolEc+YLBokEmemHlx2NKMWnmMOpBrIEYUyMBWBjxOSjzBdwrI6DkuiXsdi8T7YjuuRalaTPgymiBJ56ZarB\/0TO2uqPGNMv\/wKoHolGNsmszMSsVkfLi6I5ERcy+DxO2cLkKp\/5dvTGux5Iw4z9gKYUlqJQENzT9OiTCNd9CWxJxFZwIDAQAB",
    "oauth2": {
        "client_id": "597229797223-9eadtbv0v9ph3d6fpd494c7t239sj9si.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/calendar.readonly",
            "https:\/\/www.googleapis.com\/auth\/gmail.readonly"
        ]
    },
    "permissions": [
        "history",
        "notifications",
        "identity",
        "identity.email",
        "storage",
        "alarms",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' http:\/\/localhost:8080 https:\/\/ssl.google-analytics.com; object-src 'self'"
}