TabSqueeze

Squeeze your tabs and save or share them anywhere

Τι είναι το TabSqueeze;

Το TabSqueeze είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://tabsqueeze.com, και η κύρια λειτουργία του είναι "Squeeze your tabs and save or share them anywhere".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης TabSqueeze

Λήψη αρχείων επέκτασης 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"
}