Open link in foreground tab
Adds a context menu to open a link in a new foreground tab.
Qu'est-ce que Open link in foreground tab ?
Open link in foreground tab est une extension Chrome développée par http://mohamedmansour.com, et sa fonction principale est "Adds a context menu to open a link in a new foreground tab.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Open link in foreground tab
Téléchargez les fichiers d'extension Open link in foreground tab 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 adds a context menu that allows you to open a link in a new foreground tab. FOLLOW ME ON +: https://plus.google.com/116805285176805120365/about SOURCE CODE: http://goo.gl/Seob (GitHub) As a feature bonus, when you close a foreground tab, instead of picking a random tab to close, it closes the tab that opened the foreground. This imitates the same functionality of 'Open new tab'. Keyboard Shortcut: Ctrl + Shift +Donations --------------------------- - Many people have asked me for donations, but I rather code for fun and releasing extensions that the users want. Everything I do is OpenSource and I hope the source that I Open Source will intrigue others to Software Development. - I decided to place a PayPal donation link here, so if you would like to donate to support my Open Source development, you can visit the PayPal donations link here http://goo.gl/Mr2vX - With the money I receive I will be donating to many charities.
Informations de Base sur l'Extension
Nom | |
ID | ofbafcaeafjchlcknlmcgaijglnkdnja |
URL Officiel | https://chrome.google.com/webstore/detail/open-link-in-foreground-t/ofbafcaeafjchlcknlmcgaijglnkdnja |
Description | Adds a context menu to open a link in a new foreground tab. |
Taille du Fichier | 13.32 KB |
Nombre d'Installations | 762 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2018-07-02 |
Date de Publication | 2018-07-02 |
Évaluation | 4.03/5 Total 40 Évaluations |
Développeur | http://mohamedmansour.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://github.com/mohamedmansour/open-link-in-a-foreground-tab-extension |
URL de la Page d'Aide | http://groups.google.com/group/mohamedmansour-extensions |
URL de la Page de Politique de Confidentialité | https://mohamedmansour.com/extensions/privacy.html |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open link in foreground tab", "version": "1.1.0", "manifest_version": 2, "description": "Adds a context menu to open a link in a new foreground tab.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", "contextMenus" ] } |