NoTabTearing

Prevents tearing tabs out of a window.

Qu'est-ce que NoTabTearing ?

NoTabTearing est une extension Chrome développée par Nate, et sa fonction principale est "Prevents tearing tabs out of a window.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension NoTabTearing

Téléchargez les fichiers d'extension NoTabTearing 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

                        Is tab detachment annoying for you? Do you accidentally open new windows by clicking a tab for too long too often?

This extension prevents you from dragging tabs from one window to another (tab tearing, tab detaching) by putting the tab back where it came from as soon as you pull the tab out of the window.                    

Informations de Base sur l'Extension

Nom NoTabTearing NoTabTearing
ID nkbifbbpealkijplojgnjcfifaiopckp
URL Officiel https://chromewebstore.google.com/detail/notabtearing/nkbifbbpealkijplojgnjcfifaiopckp
Description Prevents tearing tabs out of a window.
Taille du Fichier 7.99 KB
Nombre d'Installations 28
Version Actuelle 0.7
Dernière Mise à Jour 2023-01-25
Date de Publication 2013-12-13
Évaluation 3.33/5 Total 3 Évaluations
Développeur Nate
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NoTabTearing",
    "short_name": "NoTabTearing",
    "description": "Prevents tearing tabs out of a window.",
    "author": "Nate Hitze",
    "version": "0.7",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "notabtearing.js"
    }
}