New Tab Shortcut
Customize chrome shortcut to open a new tab
Qu'est-ce que New Tab Shortcut ?
New Tab Shortcut est une extension Chrome développée par Stanley Guevara, et sa fonction principale est "Customize chrome shortcut to open a new tab".
Télécharger le fichier CRX de l'extension New Tab Shortcut
Téléchargez les fichiers d'extension New Tab Shortcut 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
Simple extension for opening new tab by keyboard shortcut. Just go to chrome://extensions scroll down to "Keyboard shortcuts" and set desired keys.
Informations de Base sur l'Extension
Nom | |
ID | ahnndmdalhingohpcbkfpipelneigkij |
URL Officiel | https://chromewebstore.google.com/detail/new-tab-shortcut/ahnndmdalhingohpcbkfpipelneigkij |
Description | Customize chrome shortcut to open a new tab |
Taille du Fichier | 3.16 KB |
Nombre d'Installations | 36 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2016-10-16 |
Date de Publication | 2016-10-16 |
Développeur | Stanley Guevara |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/stanleyguevara/chrome-new-tab-shortcut |
URL de la Page d'Aide | https://github.com/stanleyguevara/chrome-new-tab-shortcut |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "New Tab Shortcut", "permissions": [ "tabs" ], "version": "1.0", "description": "Customize chrome shortcut to open a new tab", "commands": { "close-tab": { "suggested_key": { "default": "Alt+Z", "mac": "Ctrl+Z" }, "description": "Open a new tab" } }, "background": { "scripts": [ "main.js" ], "persistent": false } } |