The Snap

Too many tabs open? Halve your workload.

Wat is The Snap?

The Snap is een Chrome-extensie ontwikkeld door Tangent, en de belangrijkste functie is "Too many tabs open? Halve your workload.".

Extensie Screenshots

Download het CRX-bestand van de extensie The Snap

Download The Snap-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Have too many tabs open? Cut your workload in half!

Constantly tells you how many tabs can be snapped away. Click, and they vanish, restoring balance to your browsing.                    

Basisinformatie over de Extensie

Naam The Snap The Snap
ID jnepihdngfgandipbhlboibhpkebbnkn
Officiële URL https://chromewebstore.google.com/detail/the-snap/jnepihdngfgandipbhlboibhpkebbnkn
Beschrijving Too many tabs open? Halve your workload.
Bestandsgrootte 44.65 KB
Aantal Installaties 1,087
Huidige Versie 1.0
Laatst Bijgewerkt 2019-04-01
Publicatiedatum 2019-04-01
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Tangent
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://t.me/TangentFox
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Snap",
    "description": "Too many tabs open? Halve your workload.",
    "version": "1.0",
    "icons": {
        "16": "images\/gauntlet16.png",
        "32": "images\/gauntlet32.png",
        "48": "images\/gauntlet48.png",
        "128": "images\/gauntlet128.png"
    },
    "browser_action": [],
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}