TITLE and URL to Clipboard

Click on the Contextmenu, and you can clipboard '// title', '// url' and 'LF' (゚・゚

TITLE and URL to Clipboard란 무엇입니까?

TITLE and URL to Clipboard은(는) koujichiu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Click on the Contextmenu, and you can clipboard '// title', '// url' and 'LF' (゚・゚"입니다.

확장 프로그램 스크린샷

screenshot

TITLE and URL to Clipboard 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        閲覧してるページのタイトルとURLを
クリップボードに送って、
テキストエディタ や プログラムのソースコードに
注釈として貼り付けたり、
手紙の本文に貼り付けたりして使うにゃ

先頭にコメントアウト記号が付いてるんだにゃ

使い方:

いま見ているページ上で右クリックして
 「TITLE and URL to Clipboard」 ボタンを左クリック

すると、クリップボードに

// タイトル
// URL
カーソル位置

が送られるにゃ。                    

확장 프로그램 기본 정보

이름 TITLE and URL to Clipboard TITLE and URL to Clipboard
ID ppapbmenlhecjhpffcohjalaodmhhgfj
공식 URL https://chromewebstore.google.com/detail/title-and-url-to-clipboar/ppapbmenlhecjhpffcohjalaodmhhgfj
설명 Click on the Contextmenu, and you can clipboard '// title', '// url' and 'LF' (゚・゚
파일 크기 13.61 KB
설치 횟수 35
현재 버전 1.5
최근 업데이트 2023-02-21
출시 날짜 2015-02-28
개발자 koujichiu
이메일 [email protected]
결제 유형 free
지원되는 언어 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TITLE and URL to Clipboard",
    "version": "1.5",
    "description": "Click on the Contextmenu, and you can clipboard '\/\/ title', '\/\/ url' and 'LF' (\uff9f\uff65\uff9f",
    "background": {
        "service_worker": "tuc.js"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    }
}