TabSqueeze

Squeeze your tabs and save or share them anywhere

什麼是TabSqueeze?

TabSqueeze是由https://tabsqueeze.com開發的Chrome擴展程式,該擴展的主要功能是“Squeeze your tabs and save or share them anywhere”。

擴展截圖

screenshot
screenshot

下載TabSqueeze擴展crx文件

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

擴展使用說明

                        You've heard of links shorteners. TabSqueeze is tabs shortener! :)

It solves the problem of too many tabs in Chrome. When you have too may tabs it consumes both your computer memory, and  your concentration.

Instead of keeping tabs around just because you hope to return to them later, compress them into single link!
You can add that link into your notes, To-Do tracker, or share with a friend.

TabSqueeze provides the fastest way to compress any number of tabs into a single web page.

TabSqueeze features:

- Compresses tabs into single link
- Auto-copies link into clipboard
- It respects pinned tabs and keeps them open
- Ability to squeeze selected tabs (use Shift+Click on tabs)
- Restore all links and turn them back to tabs in one click                    

擴展基本資訊

名稱 TabSqueeze TabSqueeze
ID lgkpgmidgejbdlgijmapikkhaljeaogk
官方網址 https://chromewebstore.google.com/detail/tabsqueeze/lgkpgmidgejbdlgijmapikkhaljeaogk
簡介 Squeeze your tabs and save or share them anywhere
檔案大小 495 KB
安裝次數 124
目前版本 1.0.0
更新時間 2018-01-28
上架時間 2018-01-28
評分 4.33/5 共 6 次評分
開發者 https://tabsqueeze.com
付費類型 free
擴展官網 http://tabsqueeze.com
說明頁面URL http://tabsqueeze.com/faq
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "name": "TabSqueeze",
    "icons": {
        "16": "squeezed16x16.png",
        "32": "squeezed32x32.png",
        "48": "squeezed48x48.png",
        "64": "squeezed64x64.png",
        "128": "squeezed128x128.png"
    },
    "browser_action": {
        "default_title": "TabSqueeze",
        "default_icon": "squeezed64x64.png"
    },
    "author": "Maxim Topchu ",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/tabsqueeze.com\/*"
            ],
            "js": [
                "content.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "",
        "tabs",
        "notifications",
        "storage",
        "contextMenus"
    ],
    "description": "Squeeze your tabs and save or share them anywhere",
    "version": "1.0.0"
}