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文件

下载TITLE and URL to Clipboard扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        閲覧してるページのタイトルと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"
    }
}