GraphiTabs

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

什么是GraphiTabs?

GraphiTabs是由https://graphiy.com开发的Chrome扩展程序,该扩展的主要功能是“Your tabs in order. Smart way to organize your web.”。

扩展截图

screenshot
screenshot

下载GraphiTabs扩展crx文件

下载GraphiTabs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        GraphiTabs extension helps to perform deep tabs management with ease.                    

扩展基本信息

名称 GraphiTabs GraphiTabs
ID dcfclemgmkccmnpgnldhldjmflphkimp
官方URL https://chromewebstore.google.com/detail/graphitabs/dcfclemgmkccmnpgnldhldjmflphkimp
简介 Your tabs in order. Smart way to organize your web.
文件大小 1.19 MB
安装次数 10,000
当前版本 0.1.1
更新时间 2020-01-31
上架时间 2020-01-30
评分 4.32/5 共107次评分
开发者 https://graphiy.com
付费类型 free
支持的语言 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"
    ]
}