SmallTab

Help to archive Tabs, and recover them one-click when needed, helping to keep desktop clean.

O que é SmallTab?

SmallTab é uma extensão do Chrome desenvolvida por n0rma1, e sua principal característica é "Help to archive Tabs, and recover them one-click when needed, helping to keep desktop clean.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão SmallTab

Baixe arquivos de extensão SmallTab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        *** Update 0.8.1 ***

- Now, you can edit the group name;
- Support English Language;
- Optimize the interface;


*** Update 0.6.1 ***

- Optimized time display;
- Add one-click feedback (click on the nickname can send an email directly to the author;
- Fix the list being squeezed;
- pdate icon;



*** Features: ***

- Friendly interface: it has no complicated functions, one-click archive page/one-click recovery, simple and efficient;
- Privacy & Security: The archived pages are placed in Chrome's bookmarket. That's right! ! It does not require third-party server storage and does not interact with third-party servers. All functions and data are available locally and offline. If you turn on Chrome sync, you can even recover the archived page on other computer, this all based on Chrome itself, and the plugin doesn't store any records. So unless you empty your bookmarket or delete your Google account, the archived pages won't be lost, and of course, no one else will ever see them! ! !




*** Development story: ***

Because of work and study, I often have to switch between different scenarios. The pages that are opened in different scenes pile up together and often fill my screen, which makes me very anxious.

I am thinking, if there is a plugin that can help me temporarily save the currently unused webpage, it is great to restore it when needed. Of course, it needs to pay attention to privacy, it can be used offline, and it is better to be friendly.

So after Google, I experienced several products, but they are not able to meet my needs. They either have records on third-party services (with privacy issues) or are difficult to use (with design issues). Since there are no ready-made products, it is better to be one as an engineer.

So, there is the plugin SmallTab you see. It is designed to be intuitive and secure. It does not rely on the network without privacy issues. At the same time, it is easy to operate and friendly. I use it very comfortably, and I hope it will bring convenience to everyone.




Ps: If you encounter any problems during use, or if you have any good ideas, please let me know :p
(Just click on the nickname on the plugin, you can send me an email directly. of course, the nickname is WeChat-ID also~)


--                    

Informações Básicas da Extensão

Nome SmallTab SmallTab
ID npdfjbmjfdleclpgodndpepkecjfmnkp
URL Oficial https://chromewebstore.google.com/detail/smalltab/npdfjbmjfdleclpgodndpepkecjfmnkp
Descrição Help to archive Tabs, and recover them one-click when needed, helping to keep desktop clean.
Tamanho do Arquivo 43.33 KB
Contagem de Instalações 181
Versão Atual 0.8.1
Última Atualização 2019-06-24
Data de Publicação 2019-06-23
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor n0rma1
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SmallTab",
    "version": "0.8.1",
    "short_name": "SmallTab",
    "description": "__MSG_MF_DESC__",
    "browser_action": {
        "default_icon": "res\/icon.256.png",
        "default_title": "SmallTab",
        "default_popup": "popup.html"
    },
    "author": "n0rma1(wx) ",
    "icons": {
        "128": "res\/icon.256.png"
    },
    "default_locale": "en",
    "offline_enabled": true,
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [],
    "permissions": [
        "tabs",
        "bookmarks"
    ],
    "web_accessible_resources": []
}