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
公式URL 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
Eメール [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"
        ]
    }
}