Bulk URL Opener
Opens a list of URLs
Τι είναι το Bulk URL Opener;
Το Bulk URL Opener είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον dmtrbrl, και η κύρια λειτουργία του είναι "Opens a list of URLs".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Bulk URL Opener
Λήψη αρχείων επέκτασης Bulk URL Opener σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
The Bulk URL Opener is a web extension that makes your online life a bit easier. It's perfect for anyone who needs to open a bunch of links at the same time. Here are the features: 1. Open URLs: Pop in a bunch of links, and voilà – they all open together. Super handy for when you've got a list of sites to check out. 2. History: The extension keeps a history of previously opened URLs. This is super helpful if you want to reopen those links later without having to remember or find them again. 3. Settings: • Lazy Load: Only loads a URL when you focus on its tab, keeping things smooth and your computer happy. • Random Order: Randomizes the order of opening your links, great for when you need a random sequence. • Appearance: Choose between a light or dark theme for the extension, or set it to 'auto' to match your system's theme. This makes the extension more comfortable to use and fits your personal style. As an open-source project, all contributions to improve and enhance this extension are welcome. In short, the Bulk URL Opener is a simple, user-friendly extension that's all about making your browsing a bit more convenient and a little less cluttered.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Bulk URL Opener |
ID | jclbjhflehefkfnibjdigljoaggchhcd |
Επίσημο URL | https://chromewebstore.google.com/detail/bulk-url-opener/jclbjhflehefkfnibjdigljoaggchhcd |
Περιγραφή | Opens a list of URLs |
Μέγεθος Αρχείου | 26.52 KB |
Αριθμός Εγκαταστάσεων | 97 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2023-12-07 |
Ημερομηνία Δημοσίευσης | 2023-12-07 |
Αξιολόγηση | 5.00/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | dmtrbrl |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/dmtrbrl/bulk-url-opener |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/dmtrbrl/bulk-url-opener/discussions |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bulk URL Opener", "version": "1.0.0", "manifest_version": 3, "description": "Opens a list of URLs", "icons": { "32": "\/icons\/icon-32.png", "128": "\/icons\/icon-128.png" }, "action": { "default_icon": "\/icons\/icon-32.png", "default_popup": "app.html" }, "incognito": "split" } |