SmallTab

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

什麼是SmallTab?

SmallTab是由n0rma1開發的Chrome擴展程式,該擴展的主要功能是“Help to archive Tabs, and recover them one-click when needed, helping to keep desktop clean.”。

擴展截圖

screenshot
screenshot

下載SmallTab擴展crx文件

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

擴展使用說明

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


--                    

擴展基本資訊

名稱 SmallTab SmallTab
ID npdfjbmjfdleclpgodndpepkecjfmnkp
官方網址 https://chromewebstore.google.com/detail/smalltab/npdfjbmjfdleclpgodndpepkecjfmnkp
簡介 Help to archive Tabs, and recover them one-click when needed, helping to keep desktop clean.
檔案大小 43.33 KB
安裝次數 181
目前版本 0.8.1
更新時間 2019-06-24
上架時間 2019-06-23
評分 5.00/5 共 4 次評分
開發者 n0rma1
電子郵箱 [email protected]
付費類型 free
支援的語言 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": []
}