geturls
Extension to get URLs of open chrome tabs
Τι είναι το geturls;
Το geturls είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://seattlerules.com, και η κύρια λειτουργία του είναι "Extension to get URLs of open chrome tabs".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης geturls
Λήψη αρχείων επέκτασης geturls σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Extension to get URLs of open chrome tabs, and display them in a single list in a popup window, allowing one to easily copy and paste urls of all open tabs for future reference. Clicking the url in the popup window highlights a current tab. Functional buttons to: -only show images on the page in the current tab -remove all media (video, audio, images) from the page in the current tab -close all tabs, except the current tab You should install this if you frequently deal with multiple tabs, and want to filter media.
Βασικές Πληροφορίες Επέκτασης
Όνομα | geturls |
ID | enkbdcdmbcijggpeondbdhdbfhcjbfmc |
Επίσημο URL | https://chromewebstore.google.com/detail/geturls/enkbdcdmbcijggpeondbdhdbfhcjbfmc |
Περιγραφή | Extension to get URLs of open chrome tabs |
Μέγεθος Αρχείου | 35.55 KB |
Αριθμός Εγκαταστάσεων | 13 |
Τρέχουσα Έκδοση | 1.0.0.2 |
Τελευταία Ενημέρωση | 2014-11-20 |
Ημερομηνία Δημοσίευσης | 2014-11-20 |
Προγραμματιστής | https://seattlerules.com |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://seattlerules.com/geturls |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "geturls", "description": "Extension to get URLs of open chrome tabs", "version": "1.0.0.2", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Get Tab Urls", "default_icon": "icon_128.png", "default_popup": "index.html" } } |