geturls

Extension to get URLs of open chrome tabs

What is geturls?

geturls is a Chrome extension developed by https://seattlerules.com, and its main feature is "Extension to get URLs of open chrome tabs".

Extension Screenshots

screenshot
screenshot

Download geturls Extension CRX File

Download geturls extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name geturls geturls
ID enkbdcdmbcijggpeondbdhdbfhcjbfmc
Official URL https://chromewebstore.google.com/detail/geturls/enkbdcdmbcijggpeondbdhdbfhcjbfmc
Description Extension to get URLs of open chrome tabs
File Size 35.55 KB
Installation Count 13
Current Version 1.0.0.2
Last Updated 2014-11-20
Publish Date 2014-11-20
Developer https://seattlerules.com
Payment Type free
Extension Website http://seattlerules.com/geturls
Supported Languages 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"
    }
}