geturls

Extension to get URLs of open chrome tabs

Wat is geturls?

geturls is een Chrome-extensie ontwikkeld door https://seattlerules.com, en de belangrijkste functie is "Extension to get URLs of open chrome tabs".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie geturls

Download geturls-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam geturls geturls
ID enkbdcdmbcijggpeondbdhdbfhcjbfmc
Officiële URL https://chromewebstore.google.com/detail/geturls/enkbdcdmbcijggpeondbdhdbfhcjbfmc
Beschrijving Extension to get URLs of open chrome tabs
Bestandsgrootte 35.55 KB
Aantal Installaties 13
Huidige Versie 1.0.0.2
Laatst Bijgewerkt 2014-11-20
Publicatiedatum 2014-11-20
Ontwikkelaar https://seattlerules.com
Betalingswijze free
Extensiewebsite http://seattlerules.com/geturls
Ondersteunde Talen 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"
    }
}