New Tabs at End 3000

Forces new tabs to open at the end of the tab strip.

Qu'est-ce que New Tabs at End 3000 ?

New Tabs at End 3000 est une extension Chrome développée par Sugarbranch, Inc., et sa fonction principale est "Forces new tabs to open at the end of the tab strip.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension New Tabs at End 3000

Téléchargez les fichiers d'extension New Tabs at End 3000 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

                        The New Tabs at End (v2.0.3.3) extension by itworks was removed from the Chrome Store for violating the Chrome Web Store policy. 

This version updates the extension to work with Manifest version 3 and the latest Google Chrome Extension API. The code is open source and available on Github. 

Version 3.0.0.1 - Simplified code. Hopefully, it will no longer jump to the first tab randomly                    

Informations de Base sur l'Extension

Nom New Tabs at End 3000 New Tabs at End 3000
ID bboielpmccpfkhggghgpimeblacofahc
URL Officiel https://chromewebstore.google.com/detail/new-tabs-at-end-3000/bboielpmccpfkhggghgpimeblacofahc
Description Forces new tabs to open at the end of the tab strip.
Taille du Fichier 9.58 KB
Nombre d'Installations 3,000
Version Actuelle 3.0.0.2
Dernière Mise à Jour 2022-06-13
Date de Publication 2021-08-29
Évaluation 4.21/5 Total 14 Évaluations
Développeur Sugarbranch, Inc.
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/tsuliwaensis/New-Tabs-at-End-3000
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "description": "Forces new tabs to open at the end of the tab strip.",
    "icons": {
        "128": "skin\/icon-128.png",
        "16": "skin\/icon-16.png",
        "48": "skin\/icon-48.png"
    },
    "manifest_version": 3,
    "name": "New Tabs at End 3000",
    "version": "3.0.0.2"
}