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
官方網址 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"
    ]
}