Open link in this tab
Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab.
Τι είναι το Open link in this tab;
Το Open link in this tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://wis.am, και η κύρια λειτουργία του είναι "Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Open link in this tab
Λήψη αρχείων επέκτασης Open link in this tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Some links only open in new tabs when you click them, this extension adds an option in the context menu for a right click on a link for opening the link in the current tab.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Open link in this tab |
ID | mgekbifamjphaakikmkphlpnlodeacnp |
Επίσημο URL | https://chromewebstore.google.com/detail/open-link-in-this-tab/mgekbifamjphaakikmkphlpnlodeacnp |
Περιγραφή | Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab. |
Μέγεθος Αρχείου | 11.94 KB |
Αριθμός Εγκαταστάσεων | 83 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2021-08-24 |
Ημερομηνία Δημοσίευσης | 2021-08-24 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | https://wis.am |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://wis.am/browser-extensions/open-link-in-this-tab |
Διεύθυνση URL της Σελίδας Βοήθειας | https://wis.am/browser-extensions/open-link-in-this-tab |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open link in this tab", "author": "Wis [email protected]", "homepage_url": "https:\/\/wis.am\/browser-extensions\/open-link-in-this-tab", "description": "Some links only open in new tabs when you click them, this extension adds an option to open the link in the current tab.", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "permissions": [ "contextMenus" ], "icons": { "16": "icons\/link16x16.png", "32": "icons\/link32x32.png", "48": "icons\/link48x48.png", "128": "icons\/link128x128.png" } } |