New Domain in New Tab
Open links to new domains in a new tab. Configurable.
Τι είναι το New Domain in New Tab;
Το New Domain in New Tab είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://devindodson.com, και η κύρια λειτουργία του είναι "Open links to new domains in a new tab. Configurable.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης New Domain in New Tab
Λήψη αρχείων επέκτασης New Domain in New Tab σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Open links that lead to a new domain ( i.e., a new website ) in a new tab. --Features-- * Default Setup : Will open links to new domains in a new tab for all sites after installation. * Quick enable/disable : Find options to enable/disable the extension for the current domain by right-clicking the extension's icon in the browser bar. * Whitelist : Only enable the extension on the specified sites. * Blacklist : Enable the extension for all EXCEPT the specified sites. * Visual indicator : The extension icon will turn blue when the extension is enabled for the current domain, and red when it is disabled.
Βασικές Πληροφορίες Επέκτασης
Όνομα | New Domain in New Tab |
ID | nokdeeoiaiicgnonknihiccadnnmpeoh |
Επίσημο URL | https://chromewebstore.google.com/detail/new-domain-in-new-tab/nokdeeoiaiicgnonknihiccadnnmpeoh |
Περιγραφή | Open links to new domains in a new tab. Configurable. |
Μέγεθος Αρχείου | 190 KB |
Αριθμός Εγκαταστάσεων | 558 |
Τρέχουσα Έκδοση | 1.0.1 |
Τελευταία Ενημέρωση | 2017-07-21 |
Ημερομηνία Δημοσίευσης | 2017-07-21 |
Αξιολόγηση | 3.15/5 Συνολικά 13 Αξιολογήσεις |
Προγραμματιστής | https://devindodson.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/trambopoline/new-domain-in-new-tab |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/trambopoline/new-domain-in-new-tab/issues |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "New Domain in New Tab", "description": "Open links to new domains in a new tab. Configurable.", "version": "1.0.1", "options_page": "options.html", "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "32": "icons\/icon32.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "browser_action": [] } |