The Snap

Too many tabs open? Halve your workload.

What is The Snap?

The Snap is a Chrome extension developed by Tangent, and its main feature is "Too many tabs open? Halve your workload.".

Extension Screenshots

Download The Snap Extension CRX File

Download The Snap extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name The Snap The Snap
ID jnepihdngfgandipbhlboibhpkebbnkn
Official URL https://chromewebstore.google.com/detail/the-snap/jnepihdngfgandipbhlboibhpkebbnkn
Description Too many tabs open? Halve your workload.
File Size 44.65 KB
Installation Count 1,087
Current Version 1.0
Last Updated 2019-04-01
Publish Date 2019-04-01
Rating 5.00/5 Total 2 Ratings
Developer Tangent
Email [email protected]
Payment Type free
Help Page URL https://t.me/TangentFox
Supported Languages 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
    }
}