Mass Tab Opener
This extension lets you copy and paste a list of URLs and open them all at once with the click of a button
Τι είναι το Mass Tab Opener;
Το Mass Tab Opener είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://alanchavez.com, και η κύρια λειτουργία του είναι "This extension lets you copy and paste a list of URLs and open them all at once with the click of a button".
Λήψη αρχείου CRX της επέκτασης Mass Tab Opener
Λήψη αρχείων επέκτασης Mass Tab Opener σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This extension lets you open paste a list of URLs into a text box and open them all at once.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | doahaifnoffnjdjennkioahobkkjfmga |
Επίσημο URL | https://chrome.google.com/webstore/detail/mass-tab-opener/doahaifnoffnjdjennkioahobkkjfmga |
Περιγραφή | This extension lets you copy and paste a list of URLs and open them all at once with the click of a button |
Μέγεθος Αρχείου | 626 KB |
Αριθμός Εγκαταστάσεων | 225 |
Τρέχουσα Έκδοση | 1.0.1 |
Τελευταία Ενημέρωση | 2014-02-07 |
Ημερομηνία Δημοσίευσης | 2014-02-07 |
Αξιολόγηση | 4.40/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | http://alanchavez.com |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://alanchavez.com |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mass Tab Opener", "manifest_version": 2, "description": "This extension lets you copy and paste a list of URLs and open them all at once with the click of a button", "version": "1.0.1", "permissions": [ "tabs", "notifications" ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": "img\/icon16.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "img\/icon.png", "img\/warning.png" ], "author": "Alan Chavez |