Auto Open Links
Auto Open Links allows you to open the first n links from google in new tabs with a shortcut. Examples: ctrl + shift + 1 : will…
Τι είναι το Auto Open Links;
Το Auto Open Links είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον vvveleva, και η κύρια λειτουργία του είναι "Auto Open Links allows you to open the first n links from google in new tabs with a shortcut. Examples: ctrl + shift + 1 : will…".
Λήψη αρχείου CRX της επέκτασης Auto Open Links
Λήψη αρχείων επέκτασης Auto Open Links σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Auto Open Links allows you to open the first n links from google in new tabs with a shortcut. Examples: ctrl + shift + 1 : will open the first link on google in a new tab ctrl + shift + 7 : will open the first 7 links on google in a new tab If you run into any bugs, please report them at [email protected]. Thanks!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | coiapeoijgdcanenjddgdgcepejabljl |
Επίσημο URL | https://chrome.google.com/webstore/detail/auto-open-links/coiapeoijgdcanenjddgdgcepejabljl |
Περιγραφή | Auto Open Links allows you to open the first n links from google in new tabs with a shortcut. Examples: ctrl + shift + 1 : will… |
Μέγεθος Αρχείου | 39.57 KB |
Αριθμός Εγκαταστάσεων | 154 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2015-09-12 |
Ημερομηνία Δημοσίευσης | 2015-09-12 |
Αξιολόγηση | 3.33/5 Συνολικά 6 Αξιολογήσεις |
Προγραμματιστής | vvveleva |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auto Open Links", "version": "1.1", "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ "*:\/\/www.google.com\/*" ], "js": [ "auto_open_links.js" ] } ], "web_accessible_resources": [ "auto_open_links.js" ] } |