TITLE and URL to Clipboard

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

Hvad er TITLE and URL to Clipboard?

TITLE and URL to Clipboard er en Chrome-udvidelse udviklet af koujichiu, og dens hovedfunktion er "Click on the Contextmenu, and you can clipboard '// title', '// url' and 'LF' (゚・゚".

Udvidelsesskærmbilleder

screenshot

Download TITLE and URL to Clipboard-udvidelses-CRX-fil

Download TITLE and URL to Clipboard-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

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

使い方:

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

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

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

が送られるにゃ。                    

Grundlæggende oplysninger om udvidelsen

Navn TITLE and URL to Clipboard TITLE and URL to Clipboard
ID ppapbmenlhecjhpffcohjalaodmhhgfj
Officiel URL https://chromewebstore.google.com/detail/title-and-url-to-clipboar/ppapbmenlhecjhpffcohjalaodmhhgfj
Beskrivelse Click on the Contextmenu, and you can clipboard '// title', '// url' and 'LF' (゚・゚
Filstørrelse 13.61 KB
Antal Installationer 35
Nuværende Version 1.5
Senest Opdateret 2023-02-21
Udgivelsesdato 2015-02-28
Udvikler koujichiu
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}