Tabbi

Bookmarks, Front And Center

什麼是Tabbi?

Tabbi是由https://12px.io開發的Chrome擴展程式,該擴展的主要功能是“Bookmarks, Front And Center”。

擴展截圖

screenshot

下載Tabbi擴展crx文件

下載Tabbi擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Tabbi Bookmarks: A new new tab.

Tabbi replaces chrome's new tab page with a new one that is much more bookmark focused, allowing you to find what you need quickly and open it when you need it.

Tabbi also supports saving all of your tabs in one go into a special bookmark board called a "session".                    

擴展基本資訊

名稱 Tabbi Tabbi
ID ilonjmcjjkcnhndjfkaoekocdfhedlfd
官方網址 https://chromewebstore.google.com/detail/tabbi/ilonjmcjjkcnhndjfkaoekocdfhedlfd
簡介 Bookmarks, Front And Center
檔案大小 319 KB
安裝次數 30
目前版本 1.0.0.3
更新時間 2018-10-06
上架時間 2018-10-05
評分 5.00/5 共 1 次評分
開發者 https://12px.io
電子郵箱 [email protected]
付費類型 free
擴展官網 https://tabbi.12px.io
說明頁面URL https://github.com/12px/tabbi
隱私政策頁面URL https://github.com/pixelcrisis/turntable-tweaks/blob/main/Privacy.md
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tabbi",
    "version": "1.0.0.3",
    "description": "Bookmarks, Front And Center",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_popup": "app\/index.html?popup=true",
        "default_icon": {
            "128": "icon.png"
        }
    },
    "permissions": [
        "tabs",
        "identity",
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "app\/index.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'",
    "oauth2": {
        "client_id": "645077009967-qhq77o1l3qgnijjor0ap9vtbvrtq0st2.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.appdata"
        ]
    }
}