geturls

Extension to get URLs of open chrome tabs

什么是geturls?

geturls是由https://seattlerules.com开发的Chrome扩展程序,该扩展的主要功能是“Extension to get URLs of open chrome tabs”。

扩展截图

screenshot
screenshot

下载geturls扩展crx文件

下载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"
    }
}