The Snap

Too many tabs open? Halve your workload.

Qu'est-ce que The Snap ?

The Snap est une extension Chrome développée par Tangent, et sa fonction principale est "Too many tabs open? Halve your workload.".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension The Snap

Téléchargez les fichiers d'extension The Snap au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom The Snap The Snap
ID jnepihdngfgandipbhlboibhpkebbnkn
URL Officiel https://chromewebstore.google.com/detail/the-snap/jnepihdngfgandipbhlboibhpkebbnkn
Description Too many tabs open? Halve your workload.
Taille du Fichier 44.65 KB
Nombre d'Installations 1,087
Version Actuelle 1.0
Dernière Mise à Jour 2019-04-01
Date de Publication 2019-04-01
Évaluation 5.00/5 Total 2 Évaluations
Développeur Tangent
Email [email protected]
Type de Paiement free
URL de la Page d'Aide https://t.me/TangentFox
Langues Prises en Charge 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
    }
}