Gibbon Tabs

Gibbon Tabs

Gibbon Tabsとは何ですか?

Gibbon Tabsはmacadevによって開発されたChromeの拡張機能で、その主な機能は「Gibbon Tabs」です。

拡張機能のスクリーンショット

screenshot

Gibbon Tabs拡張機能のCRXファイルをダウンロード

Gibbon Tabs拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Tired of searching for that one page among your dozens of open tabs? Suffer no longer! With Gibbon Tabs you will find tabs in the blink of an eye!

For simple instructions on how to use Gibbon Tabs please visit our Github page (it's a lot prettier than this ugly Chrome store page): https://github.com/macadev/Gibbon-Tabs 

- Features:

+ Tab Management

- Search and jump to tabs by title or URL, across all your windows.
- Quickly delete tabs while being able to see their title and URL.
- Keyboard shortcuts for navigation and tab deletion will make you very fast.

+ Save Tabs For Later

- Tab Snapshots let you save all your open tabs so you can close them and open them later.
- Snapshots are synchronized across all your devices running Chrome and Gibbon Tabs!
- Take a snapshot of...
  - The internal sites you open at work every morning!
  - All the websites you use to procrastinate. Waste lots of time more effectively!

[IMPORTANT] For best use of this extension It's really important that you assign it a keyboard shortcut so you can access it quickly. Our Github page has instructions on how to do this: https://github.com/macadev/Gibbon-Tabs 

Thanks for checking this out!                    

拡張機能の基本情報

名前 Gibbon Tabs Gibbon Tabs
ID bmkakdcikgcicahfkmcehpbhidhccfld
公式URL https://chromewebstore.google.com/detail/gibbon-tabs/bmkakdcikgcicahfkmcehpbhidhccfld
説明 Gibbon Tabs
ファイルサイズ 581 KB
インストール数 270
現在のバージョン 2.0.0
最終更新日 2020-07-27
公開日 2018-07-10
評価 5.00/5 合計 14 レビュー
開発者 macadev
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/macadev/Gibbon-Tabs
ヘルプページのURL https://github.com/macadev/Gibbon-Tabs
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gibbon Tabs",
    "author": "Daniel Macario",
    "version": "2.0.0",
    "description": "Gibbon Tabs",
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}