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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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