tabby

Fewer tabs for better focus and productivity - Your simple ecological tab manager

What is tabby?

tabby is a Chrome extension developed by https://tabby.us, and its main feature is "Fewer tabs for better focus and productivity - Your simple ecological tab manager".

Extension Screenshots

screenshot

Download tabby Extension CRX File

Download tabby extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Optimize your browser for productivity and focus with tabby! 

Tabby removes your unnecessary tabs automatically, without distraction - and it gives you the peace of mind of being able to restore tabs with just one-click. 

It’s all free.

Tabby.us is one of the most-advanced chrome extension to deal with your tabs. 

✪ 4 MAIN BENEFITS ✪

➤ 1) simplicity: tabby.us offers you an immersive experience online. The tool is a 1-click install button, and it offers you minimalistic settings from end to end. We believe our tool should work for you - and the other way round. Say goodbye to long hours of setup and customization.

➤ 2) automation: tabby.us is designed to automate all the useless actions you do everyday on their browser. Examples are removing tabs, grouping tabs, reorganizing tabs, finding important tabs. With hundreds of useless clicks every day, professional have a serious ergonomics issue. We offer a new approach that will directly improve your focus.

➤ 3) privacy and speed: tabby.us does not collect personal data. Tabby’s code is optimized for your browser speed. Enjoy longer hours of battery on your computer and more RAM in order to do more stuff online. (more on this below).

➤ 4) impact on ecology: By enhancing the performance of your device, tabby enables you to save energy by avoiding to use a lot of RAM and CPU computation. Thus limiting the energy consumption of your device with ecological impact. It is better for you, better for your computer or laptop, better for the planet and environment.

✪ THE PROBLEM WE SOLVE ✪

We believe tabs pollute our browser view, which causes several problems. 
➤ It is exhausting to work online because of thousands useless clicks your make. 
➤ It is tedious and repetitive to make the same actions on tabs all day long. It is inefficient for the computer speed. 
➤ It makes us inefficient and it slows down the computer: our mind is clouded, our days are stressful and our decision-making process is much slower. 
➤ It leads to greater energy consumption and thus consequences for the environment and the planet globally. Environmental activists have highlighted this problem and fight for the ecological values against the high usage of tabs/mails...


✪ WHY TABBY.US IS DIFFERENT SOLUTION AND WHY YOU SHOULD TRUST US ✪

➤ First, it is our core team philosophy. 

The internet has become a very fragmented place for which the myriad of tabs are just an example. This has widespread scattered focus every day causing stress and discomfort.

To fight this, we built a product that improves Serenity at Work, all day long. You can now enjoy an integrated experience on your browser.

➤ Second, it is our vision for the product.

The internet is full of customizable tools. They are so customizable or modular, that we spend hours configuring them up.
To fight this, we incorporated artificial intelligence to offer you a personalized and seamless experience.

Instead of offering you a toolbox, we design a lean and stress-free experience.

We believe that irrelevant tabs should be temporarily removed from your user view to help you focus and spend more time on the important tabs. Not only does this increase your focus but it is saves you valuable time.

Of course, you can restore any tab with just one-click, when the tab is ACTUALLY relevant for you.

To us, this process is a true  “decluttering of browser view”. Tabby.us is autonomous and smart to make its own decisions, but you can always correct its actions with only one click.

➤ Third, we believe in the Community.

Our mindful community of users also contribute to the environmental cause by reducing the use of energy worldwide. As a group, we orient our browser use towards a more ecological mindset.

If this philosophy resonates with you, please try tabby and send us an email with your feedback.

➤ Learn more here: https://www.tabby.us/
➤ Join our community: https://bit.ly/31N9g2f                    

Extension Basic Information

Name tabby tabby
ID bloclegocjpjjaandifppeocigahekjg
Official URL https://chromewebstore.google.com/detail/tabby/bloclegocjpjjaandifppeocigahekjg
Description Fewer tabs for better focus and productivity - Your simple ecological tab manager
File Size 291 KB
Installation Count 2,757
Current Version v1.1.2
Last Updated 2020-09-07
Publish Date 2020-07-01
Rating 4.63/5 Total 35 Ratings
Developer https://tabby.us
Email [email protected]
Payment Type free
Extension Website https://www.tabby.us/
Help Page URL https://www.tabby.us/faq
Supported Languages de,en,fr,es,it,pt-BR,pt-PT,hi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "tabby",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "author": "tabby.us",
    "developer": {
        "name": "tabby.us",
        "url": "https:\/\/tabby.us\/"
    },
    "version": "1.1.2",
    "version_name": "v1.1.2",
    "permissions": [
        "tabs",
        "storage",
        "sessions",
        "idle",
        "notifications"
    ],
    "background": {
        "persistent": false,
        "page": ".\/views\/background.html"
    },
    "browser_action": {
        "default_popup": ".\/views\/popup.html",
        "default_icon": {
            "16": ".\/assets\/static\/icons\/tabby_16.png",
            "32": ".\/assets\/static\/icons\/tabby_32.png",
            "48": ".\/assets\/static\/icons\/tabby_48.png",
            "128": ".\/assets\/static\/icons\/tabby_128.png"
        }
    },
    "icons": {
        "16": ".\/assets\/static\/icons\/tabby_16.png",
        "32": ".\/assets\/static\/icons\/tabby_32.png",
        "48": ".\/assets\/static\/icons\/tabby_48.png",
        "128": ".\/assets\/static\/icons\/tabby_128.png"
    },
    "offline_enabled": true,
    "manifest_version": 2
}