Copy Tabs Title URL

Copy the title and URL from a Chrome tabs

Copy Tabs Title URL란 무엇입니까?

Copy Tabs Title URL은(는) standard.software.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Copy the title and URL from a Chrome tabs"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Copy Tabs Title URL 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Copy the title and URL from a Chrome tabs.
Function
- Short Amazon URL (.com and .co.jp)
- Delete Parameter after ? From URL
- No Encode Japanese URL
- Remove Bracketed (---) From Title 
- Replace Space Zenkaku to Hankaku From Title (Japanese Space Char type)
- Remove Answer's Name From Title On Quora (English and Japanese)
- Remove UserName From Title On GitHub Pull Request                    

확장 프로그램 기본 정보

이름 Copy Tabs Title URL Copy Tabs Title URL
ID lcfoefigmljgmbolbodknedngjcgelng
공식 URL https://chromewebstore.google.com/detail/copy-tabs-title-url/lcfoefigmljgmbolbodknedngjcgelng
설명 Copy the title and URL from a Chrome tabs
파일 크기 8.93 KB
설치 횟수 113
현재 버전 1.0.2
최근 업데이트 2022-04-18
출시 날짜 2022-03-09
개발자 standard.software.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/standard-software/chrome-copy-tabs-title-url
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Copy Tabs Title URL",
    "version": "1.0.2",
    "description": "Copy the title and URL from a Chrome tabs",
    "icons": {
        "16": "icon\/icon16x16.png",
        "128": "icon\/icon128x128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": "icon\/icon16x16.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "author": {
        "name": "Satoshi Yamamoto",
        "email": "[email protected]",
        "url": "https:\/\/www.facebook.com\/stndardsoftware"
    },
    "manifest_version": 3
}