geturls

Extension to get URLs of open chrome tabs

Что такое geturls?

geturls - это расширение Chrome, разработанное https://seattlerules.com, и его основная функция - "Extension to get URLs of open chrome tabs".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения geturls

Скачайте файлы расширений geturls в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название geturls geturls
ID enkbdcdmbcijggpeondbdhdbfhcjbfmc
Официальный URL https://chromewebstore.google.com/detail/geturls/enkbdcdmbcijggpeondbdhdbfhcjbfmc
Описание Extension to get URLs of open chrome tabs
Размер файла 35.55 KB
Количество установок 13
Текущая Версия 1.0.0.2
Последнее Обновление 2014-11-20
Дата публикации 2014-11-20
Разработчик https://seattlerules.com
Тип оплаты free
Официальный сайт расширения http://seattlerules.com/geturls
Поддерживаемые языки 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"
    }
}