geturls
Extension to get URLs of open chrome tabs
Cos'è geturls?
geturls è un'estensione di Chrome sviluppata da https://seattlerules.com, e la sua funzione principale è "Extension to get URLs of open chrome tabs".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione geturls
Scarica i file di estensione geturls in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | geturls |
ID | enkbdcdmbcijggpeondbdhdbfhcjbfmc |
URL Ufficiale | https://chromewebstore.google.com/detail/geturls/enkbdcdmbcijggpeondbdhdbfhcjbfmc |
Descrizione | Extension to get URLs of open chrome tabs |
Dimensione del File | 35.55 KB |
Conteggio Installazioni | 13 |
Versione Corrente | 1.0.0.2 |
Ultimo Aggiornamento | 2014-11-20 |
Data di Pubblicazione | 2014-11-20 |
Sviluppatore | https://seattlerules.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://seattlerules.com/geturls |
Lingue Supportate | 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" } } |