geturls

Extension to get URLs of open chrome tabs

Was ist geturls?

geturls ist eine Chrome-Erweiterung, die von https://seattlerules.com entwickelt wurde, und ihr Hauptmerkmal ist "Extension to get URLs of open chrome tabs".

Erweiterungsscreenshots

screenshot
screenshot

geturls-Erweiterungs-CRX-Datei herunterladen

Laden Sie geturls-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name geturls geturls
ID enkbdcdmbcijggpeondbdhdbfhcjbfmc
Offizielle URL https://chromewebstore.google.com/detail/geturls/enkbdcdmbcijggpeondbdhdbfhcjbfmc
Beschreibung Extension to get URLs of open chrome tabs
Dateigröße 35.55 KB
Installationsanzahl 13
Aktuelle Version 1.0.0.2
Letztes Update 2014-11-20
Veröffentlichungsdatum 2014-11-20
Entwickler https://seattlerules.com
Zahlungsart free
Erweiterungswebsite http://seattlerules.com/geturls
Unterstützte Sprachen 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"
    }
}