Copy Tab Info

Chromium Extension for copy tab info to clipboard.

Copy Tab Info란 무엇입니까?

Copy Tab Info은(는) Abbas Gussenov에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chromium Extension for copy tab info to clipboard."입니다.

확장 프로그램 스크린샷

screenshot

Copy Tab Info 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        𝐅𝐞𝐚𝐭𝐮𝐫𝐞𝐬

 Active tab in current window: 
  + Copy title of active tab in current window as string 
  + Copy URL of active tab in current window as string 
  + Copy link of active tab in current window as HTML 
  + Copy link of active tab in current window as RedNotebook 
  + Copy link of active tab in current window as Markdown 
  + Copy link of active tab in current window as Markdown ordered list item 
  + Copy link of active tab in current window as Markdown unordered list item 

 All tabs in current window: 
  + Copy titles of all tabs in current window as text 
  + Copy URLs of all tabs in current window as text 
  + Copy links of all tabs in current window as HTML ordered list 
  + Copy links of all tabs in current window as HTML unordered list 
  + Copy links of all tabs in current window as Markdown ordered list 
  + Copy links of all tabs in current window as Markdown unordered list 

 All tabs in all windows: 
  + Copy titles of all tabs in all windows as text 
  + Copy URLs of all tabs in all windows as text 
  + Copy links of all tabs in all windows as HTML ordered list 
  + Copy links of all tabs in all windows as HTML unordered list 
  + Copy links of all tabs in all windows as Markdown ordered list 
  + Copy links of all tabs in all windows as Markdown unordered list

𝐒𝐚𝐟𝐞𝐭𝐲

This is completely open source Chromium extension, and totally safe to use.
If you are a coder, you can audit code yourself (or pay to have it audited or have to trust developer communities).                    

확장 프로그램 기본 정보

이름 Copy Tab Info Copy Tab Info
ID lppcgkhgnfalmlnhkjgdfmkhhgdilfdd
공식 URL https://chromewebstore.google.com/detail/copy-tab-info/lppcgkhgnfalmlnhkjgdfmkhhgdilfdd
설명 Chromium Extension for copy tab info to clipboard.
파일 크기 11.48 KB
설치 횟수 1,700
현재 버전 1.1.0
최근 업데이트 2019-02-18
출시 날짜 2019-02-18
평점 4.08/5 총 12 개의 평점
개발자 Abbas Gussenov
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/gusenov/copy-tab-info-extension
도움말 페이지 URL https://github.com/gusenov/copy-tab-info-extension/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Copy Tab Info",
    "version": "1.1.0",
    "description": "Chromium Extension for copy tab info to clipboard.",
    "browser_action": {
        "default_icon": {
            "16": "images\/icons\/icons.iconarchive.com\/icons\/double-j-design\/ravenna-3d\/16\/File-Copy-icon.png",
            "24": "images\/icons\/icons.iconarchive.com\/icons\/double-j-design\/ravenna-3d\/24\/File-Copy-icon.png",
            "32": "images\/icons\/icons.iconarchive.com\/icons\/double-j-design\/ravenna-3d\/32\/File-Copy-icon.png"
        },
        "default_title": "Copy Tab Info",
        "default_popup": "popup.html"
    },
    "author": "Abbas Gussenov",
    "permissions": [
        "tabs"
    ]
}