New Tab Shortcut
Customize chrome shortcut to open a new tab
Wat is New Tab Shortcut?
New Tab Shortcut is een Chrome-extensie ontwikkeld door Stanley Guevara, en de belangrijkste functie is "Customize chrome shortcut to open a new tab".
Download het CRX-bestand van de extensie New Tab Shortcut
Download New Tab Shortcut-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Simple extension for opening new tab by keyboard shortcut. Just go to chrome://extensions scroll down to "Keyboard shortcuts" and set desired keys.
Basisinformatie over de Extensie
Naam | |
ID | ahnndmdalhingohpcbkfpipelneigkij |
Officiële URL | https://chromewebstore.google.com/detail/new-tab-shortcut/ahnndmdalhingohpcbkfpipelneigkij |
Beschrijving | Customize chrome shortcut to open a new tab |
Bestandsgrootte | 3.16 KB |
Aantal Installaties | 36 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-10-16 |
Publicatiedatum | 2016-10-16 |
Ontwikkelaar | Stanley Guevara |
Betalingswijze | free |
Extensiewebsite | https://github.com/stanleyguevara/chrome-new-tab-shortcut |
Help Pagina-URL | https://github.com/stanleyguevara/chrome-new-tab-shortcut |
Ondersteunde Talen | 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 } } |