New tabs to the front
Brings newly created tabs to the foreground.
Qu'est-ce que New tabs to the front ?
New tabs to the front est une extension Chrome développée par amahnk, et sa fonction principale est "Brings newly created tabs to the foreground.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension New tabs to the front
Téléchargez les fichiers d'extension New tabs to the front 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
This extension forces new tabs to open in the foreground, rather than the background. Enjoy!
Informations de Base sur l'Extension
Nom | New tabs to the front |
ID | dildejdbnjjfnpflnoplbfgcjpdlkjjm |
URL Officiel | https://chromewebstore.google.com/detail/new-tabs-to-the-front/dildejdbnjjfnpflnoplbfgcjpdlkjjm |
Description | Brings newly created tabs to the foreground. |
Taille du Fichier | 30.34 KB |
Nombre d'Installations | 754 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2018-06-11 |
Date de Publication | 2018-06-11 |
Évaluation | 4.63/5 Total 8 Évaluations |
Développeur | amahnk |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "script.js" ] }, "description": "Brings newly created tabs to the foreground.", "icons": { "128": "icon-128.png", "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png" }, "name": "New tabs to the front", "manifest_version": 2, "permissions": [ "tabs" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.0.2" } |