SmallTab

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

Qu'est-ce que SmallTab ?

SmallTab est une extension Chrome développée par n0rma1, et sa fonction principale est "Help to archive Tabs, and recover them one-click when needed, helping to keep desktop clean.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension SmallTab

Téléchargez les fichiers d'extension SmallTab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        *** 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~)


--                    

Informations de Base sur l'Extension

Nom SmallTab SmallTab
ID npdfjbmjfdleclpgodndpepkecjfmnkp
URL Officiel https://chromewebstore.google.com/detail/smalltab/npdfjbmjfdleclpgodndpepkecjfmnkp
Description Help to archive Tabs, and recover them one-click when needed, helping to keep desktop clean.
Taille du Fichier 43.33 KB
Nombre d'Installations 181
Version Actuelle 0.8.1
Dernière Mise à Jour 2019-06-24
Date de Publication 2019-06-23
Évaluation 5.00/5 Total 4 Évaluations
Développeur n0rma1
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": []
}