geturls
Extension to get URLs of open chrome tabs
¿Qué es geturls?
geturls es una extensión de Chrome desarrollada por https://seattlerules.com, y su función principal es "Extension to get URLs of open chrome tabs".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión geturls
Descarga archivos de extensión geturls en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | geturls |
ID | enkbdcdmbcijggpeondbdhdbfhcjbfmc |
URL Oficial | https://chromewebstore.google.com/detail/geturls/enkbdcdmbcijggpeondbdhdbfhcjbfmc |
Descripción | Extension to get URLs of open chrome tabs |
Tamaño del Archivo | 35.55 KB |
Cantidad de Instalaciones | 13 |
Versión Actual | 1.0.0.2 |
Última Actualización | 2014-11-20 |
Fecha de Publicación | 2014-11-20 |
Desarrollador | https://seattlerules.com |
Tipo de Pago | free |
Sitio Web de la Extensión | http://seattlerules.com/geturls |
Idiomas Soportados | 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" } } |