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
官方網址 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
電子郵箱 [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"
    ]
}