Open link in same tab, pop-up as tab
Forces Chrome to open new tabs instead of pop-up windows and/or links in the same tab by default instead of new or background tab.
Qu'est-ce que Open link in same tab, pop-up as tab ?
Open link in same tab, pop-up as tab est une extension Chrome développée par werty1st, et sa fonction principale est "Forces Chrome to open new tabs instead of pop-up windows and/or links in the same tab by default instead of new or background tab.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Open link in same tab, pop-up as tab
Téléchargez les fichiers d'extension Open link in same tab, pop-up as 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
Converts popups to tabs
Informations de Base sur l'Extension
Nom | Open link in same tab, pop-up as tab |
ID | jbhbalpncehdfjnfcmmimecdhalmjjem |
URL Officiel | https://chromewebstore.google.com/detail/open-link-in-same-tab-pop/jbhbalpncehdfjnfcmmimecdhalmjjem |
Description | Forces Chrome to open new tabs instead of pop-up windows and/or links in the same tab by default instead of new or background tab. |
Taille du Fichier | 451 KB |
Nombre d'Installations | 31,039 |
Version Actuelle | 3.1.2 |
Dernière Mise à Jour | 2020-05-07 |
Date de Publication | 2020-05-07 |
Évaluation | 4.17/5 Total 12 Évaluations |
Développeur | werty1st |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/werty1st/popup2tab/blob/master/readme.md |
URL de la Page d'Aide | https://github.com/werty1st/popup2tab/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open link in same tab, pop-up as tab", "short_name": "popup2tab", "description": "Forces Chrome to open new tabs instead of pop-up windows and\/or links in the same tab by default instead of new or background tab.", "version": "3.1.2", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "icons": { "256": "images\/icon256.png", "128": "images\/icon128.png", "96": "images\/icon96.png", "48": "images\/icon48.png" }, "permissions": [ "tabs", "storage" ], "web_accessible_resources": [ "style\/*" ], "browser_action": { "default_icon": "images\/icon48.png", "default_popup": "popup.html", "default_title": "Open link in same tab, pop-up as tab [Free]" }, "options_page": "options.html", "options_ui": { "page": "options.html", "open_in_tab": false } } |