Tabbie : easy tab viewer

Tabbie helps you to view, refresh, activate, search, favourite and group all your open tabs by domains from single interface.

什麼是Tabbie : easy tab viewer?

Tabbie : easy tab viewer是由https://010pixel.com開發的Chrome擴展程式,該擴展的主要功能是“Tabbie helps you to view, refresh, activate, search, favourite and group all your open tabs by domains from single interface.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Tabbie : easy tab viewer擴展crx文件

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

擴展使用說明

                        Hotkeys: Alt+Shift+T

Are you someone with many windows and tabs open at the same time? Do you often get lost between many tabs and take longer time to find the tab you want? Then this is the extension just for you.

Tabbie helps you to view, refresh, discard, activate, search, favorite, group tabs by domains and manage all your open tabs and windows from a single interface.

Manage your Windows + Tabs in one place.
Avoid the hassle of toggling between windows to search for the tab you are looking for.
Click on the "Tabbie" and view all your windows and tabs at a glance and have the ability take action on any window or tab from Tabbie itself.

Features:
=========
- Consolidate all the Windows and Tab into one place. View in a nicely formatted and categorized view of the tabs under their parent windows.
- Activate (go to) any window/tab from the extension itself
- Reload/Refresh any tab without going to the tab
- Discard (suspend) a tab to save memory
- Close a particular window/tab
- Search Tabs
- Group Tabs by Domain
- Favorite tabs to access them quickly
- Available in Grid and List Layouts
- Compact design option
- Different themes selection

How-to:
=======
- Search: Click on 'search' icon and start typing. Tabbie search in title and url of pages in all tabs
- Favorite: Click on 'heart' icon for any tab you want to favourite. You can see all your favorites by clicking on 'heart' icon on navigation bar.
- Group by Domain: Click 'Group by Domain' option on navigation bar and tabbie will list down all the different domains open in your tabs. By clicking any domain, tabbie will show tabs open with that domain.
- Close a window: Click Close button next to the window title
- Activate a tab: Click Activate button next to the window title
- Close a tab: Hover over the tab you want to close and some action buttons will appear and click Close button
- Activate a tab: Hover over the tab you want to activate and some action buttons will appear and click Activate button
- Reload (refresh) a tab: Hover over the tab you want to reload/refresh and some action buttons will appear and click Reload button
- Discard a tab: Click discard (cloud icon) button to discard a tab. Clicked the same button on a discarded tab will reload the tab
- For each window, the active tab will be highlighted all the time
- Copy link: Click copy icon on any tab and it will copy link to clipboard
- Copy all open links: Click 'Copy all Links' icons from sidebar and it will copy all open tab links to clipboard

Change Log:
===========
Version:1.0.0 (2018/02/28)
--------------------------
- Initial upload

Version:1.0.1 (2018/03/01)
--------------------------
## Fixed
- Minor bug fixes on loading

Version:1.1.0 (2018/03/06)
--------------------------
## Fixed
- Minor fix for smoother loading of navigation items

## Added
- Sidebar with new options
- Themes selection
- Compact design option
- Reset settings feature
- Links to follow on social media
- Link to Donate page

Version:1.3.0 (2018/06/14)
--------------------------
## Added
- Copy single link
- Copy all links

Version:1.3.1 (2018/08/08)
--------------------------
## Added
- Added HotKey to open Tabbie Window (Alt+Shift+T)

Version:1.4.0 (2018/09/07)
--------------------------
## Added
- Confirm action for closing any window

Version:1.4.1 (2018/09/07)
--------------------------
## Added
- Hide other windows
## Updated
- Tabs without javascript

Version:1.5.0 (2018/09/07)
--------------------------
## Added
- Hide other windows
## Updated
- Tabs without javascript

Version:1.6.0 (2018/10/03)
--------------------------
## Added
- Discard/Suspend Tab feature
- Titles and close buttons when filtering by favourite and discarded

## Fixed
- Issue of domain filter crashing                    

擴展基本資訊

名稱 Tabbie : easy tab viewer Tabbie : easy tab viewer
ID dfklamfdbffkjofhkeeclclpcpejoaaf
官方網址 https://chromewebstore.google.com/detail/tabbie-easy-tab-viewer/dfklamfdbffkjofhkeeclclpcpejoaaf
簡介 Tabbie helps you to view, refresh, activate, search, favourite and group all your open tabs by domains from single interface.
檔案大小 1.27 MB
安裝次數 2,241
目前版本 1.6.0
更新時間 2018-10-03
上架時間 2018-10-03
評分 4.56/5 共 32 次評分
開發者 https://010pixel.com
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://privacy.010pixel.com/chrome
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabbie : easy tab viewer",
    "short_name": "tabbie",
    "description": "Tabbie helps you to view, refresh, activate, search, favourite and group all your open tabs by domains from single interface.",
    "version": "1.6.0",
    "author": "010 Pixel",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_popup": "index.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+T",
                "linux": "Alt+Shift+T",
                "mac": "Alt+Shift+T",
                "windows": "Alt+Shift+T"
            }
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    }
}