TITLE and URL to Clipboard
Click on the Contextmenu, and you can clipboard '// title', '// url' and 'LF' (゚・゚
O que é TITLE and URL to Clipboard?
TITLE and URL to Clipboard é uma extensão do Chrome desenvolvida por koujichiu, e sua principal característica é "Click on the Contextmenu, and you can clipboard '// title', '// url' and 'LF' (゚・゚".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão TITLE and URL to Clipboard
Baixe arquivos de extensão TITLE and URL to Clipboard no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
閲覧してるページのタイトルとURLを クリップボードに送って、 テキストエディタ や プログラムのソースコードに 注釈として貼り付けたり、 手紙の本文に貼り付けたりして使うにゃ 先頭にコメントアウト記号が付いてるんだにゃ 使い方: いま見ているページ上で右クリックして 「TITLE and URL to Clipboard」 ボタンを左クリック すると、クリップボードに // タイトル // URL カーソル位置 が送られるにゃ。
Informações Básicas da Extensão
Nome | TITLE and URL to Clipboard |
ID | ppapbmenlhecjhpffcohjalaodmhhgfj |
URL Oficial | https://chromewebstore.google.com/detail/title-and-url-to-clipboar/ppapbmenlhecjhpffcohjalaodmhhgfj |
Descrição | Click on the Contextmenu, and you can clipboard '// title', '// url' and 'LF' (゚・゚ |
Tamanho do Arquivo | 13.61 KB |
Contagem de Instalações | 35 |
Versão Atual | 1.5 |
Última Atualização | 2023-02-21 |
Data de Publicação | 2015-02-28 |
Desenvolvedor | koujichiu |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |