GraphiTabs

Your tabs in order. Smart way to organize your web.

GraphiTabs là gì?

GraphiTabs là một tiện ích mở rộng Chrome được phát triển bởi https://graphiy.com, và tính năng chính của nó là "Your tabs in order. Smart way to organize your web.".

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

screenshot
screenshot

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

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

                        GraphiTabs extension helps to perform deep tabs management with ease.                    

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

Tên GraphiTabs GraphiTabs
ID dcfclemgmkccmnpgnldhldjmflphkimp
URL Chính Thức https://chromewebstore.google.com/detail/graphitabs/dcfclemgmkccmnpgnldhldjmflphkimp
Mô tả Your tabs in order. Smart way to organize your web.
Kích Thước Tệp 1.19 MB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2020-01-31
Ngày Phát Hành 2020-01-30
Đánh Giá 4.32/5 Tổng số 107 Đánh Giá
Nhà Phát Triển https://graphiy.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GraphiTabs",
    "version": "0.1.1",
    "description": "Your tabs in order. Smart way to organize your web.",
    "icons": {
        "16": "\/res\/image\/logo\/16.png",
        "48": "\/res\/image\/logo\/48.png",
        "128": "\/res\/image\/logo\/128.png"
    },
    "browser_action": {
        "default_icon": "\/res\/image\/logo\/19.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "tabs",
        "bookmarks"
    ]
}