Tabbie : easy tab viewer

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

Vad är Tabbie : easy tab viewer?

Tabbie : easy tab viewer är en Chrome-tillägg utvecklad av https://010pixel.com, och dess huvudfunktion är "Tabbie helps you to view, refresh, activate, search, favourite and group all your open tabs by domains from single interface.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Tabbie : easy tab viewer-förlängningens CRX-fil

Ladda ner Tabbie : easy tab viewer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Tabbie : easy tab viewer Tabbie : easy tab viewer
ID dfklamfdbffkjofhkeeclclpcpejoaaf
Officiell webbadress https://chromewebstore.google.com/detail/tabbie-easy-tab-viewer/dfklamfdbffkjofhkeeclclpcpejoaaf
Beskrivning Tabbie helps you to view, refresh, activate, search, favourite and group all your open tabs by domains from single interface.
Filstorlek 1.27 MB
Antal Installationer 2,241
Aktuell Version 1.6.0
Senast Uppdaterad 2018-10-03
Publiceringsdatum 2018-10-03
Betyg 4.56/5 Totalt 32 Betyg
Utvecklare https://010pixel.com
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://privacy.010pixel.com/chrome
Stödda Språk 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"
    }
}