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