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
公式URL 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"
}