CopyTabTitleUrl

Copy the title and URL to the clipboard.

CopyTabTitleUrl란 무엇입니까?

CopyTabTitleUrl은(는) https://bugbugnow.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Copy the title and URL to the clipboard."입니다.

확장 프로그램 스크린샷

screenshot

CopyTabTitleUrl 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        You can customize the extension from setting options.

You can perform actions the following.
+ Copy the title and URL
+ Copy the title
+ Copy the URL
+ Copy the format (Example: Markdown, Hyperlink, etc)

You can perform actions on the following tabs.
+ Current tab
+ Multiple selected tabs
+ Current window tabs
+ All tabs

You can perform actions from the following operations.
+ Browser action (popup, click)
+ Context menu (all, page, browser action)
+ Keyboard shortcut

You can perform actions in combination with the following auxiliary functions.
+ Decode the URL
+ Decode the Punycode

Firefox version
https://addons.mozilla.org/firefox/addon/copytabtitleurl/                    

확장 프로그램 기본 정보

이름 CopyTabTitleUrl CopyTabTitleUrl
ID lmgbdjfoaihhgdphombpgjpaohjfeapp
공식 URL https://chromewebstore.google.com/detail/copytabtitleurl/lmgbdjfoaihhgdphombpgjpaohjfeapp
설명 Copy the title and URL to the clipboard.
파일 크기 49.33 KB
설치 횟수 8,338
현재 버전 3.2.0
최근 업데이트 2024-02-19
출시 날짜 2020-06-26
평점 4.76/5 총 17 개의 평점
개발자 https://bugbugnow.net
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/k08045kk/CopyTabTitleUrl
도움말 페이지 URL https://github.com/k08045kk/CopyTabTitleUrl/issues
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "3.2.0",
    "default_locale": "en",
    "author": "toshi",
    "homepage_url": "https:\/\/github.com\/k08045kk\/CopyTabTitleUrl",
    "minimum_chrome_version": "116.0",
    "background": {
        "service_worker": "\/background\/background.js"
    },
    "action": {
        "default_title": "__MSG_extensionName__",
        "default_icon": {
            "19": "icon\/19.png",
            "38": "icon\/38.png"
        }
    },
    "options_ui": {
        "page": "\/options\/options.html"
    },
    "icons": {
        "16": "\/icon\/16.png",
        "48": "\/icon\/48.png",
        "128": "\/icon\/128.png"
    },
    "commands": {
        "shortcut_action": {
            "suggested_key": {
                "default": "Alt+C"
            },
            "description": "format"
        },
        "shortcut_action2": {
            "description": "format2"
        }
    },
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "contextMenus",
        "offscreen",
        "scripting",
        "storage",
        "tabs"
    ]
}