tabby

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

什麼是tabby?

tabby是由https://tabby.us開發的Chrome擴展程式,該擴展的主要功能是“Fewer tabs for better focus and productivity - Your simple ecological tab manager”。

擴展截圖

screenshot

下載tabby擴展crx文件

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

擴展使用說明

                        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                    

擴展基本資訊

名稱 tabby tabby
ID bloclegocjpjjaandifppeocigahekjg
官方網址 https://chromewebstore.google.com/detail/tabby/bloclegocjpjjaandifppeocigahekjg
簡介 Fewer tabs for better focus and productivity - Your simple ecological tab manager
檔案大小 291 KB
安裝次數 2,757
目前版本 v1.1.2
更新時間 2020-09-07
上架時間 2020-07-01
評分 4.63/5 共 35 次評分
開發者 https://tabby.us
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.tabby.us/
說明頁面URL https://www.tabby.us/faq
支援的語言 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
}