TITLE and URL to Clipboard

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

Wat is TITLE and URL to Clipboard?

TITLE and URL to Clipboard is een Chrome-extensie ontwikkeld door koujichiu, en de belangrijkste functie is "Click on the Contextmenu, and you can clipboard '// title', '// url' and 'LF' (゚・゚".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie TITLE and URL to Clipboard

Download TITLE and URL to Clipboard-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

使い方:

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

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

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

が送られるにゃ。                    

Basisinformatie over de Extensie

Naam TITLE and URL to Clipboard TITLE and URL to Clipboard
ID ppapbmenlhecjhpffcohjalaodmhhgfj
Officiële URL https://chromewebstore.google.com/detail/title-and-url-to-clipboar/ppapbmenlhecjhpffcohjalaodmhhgfj
Beschrijving Click on the Contextmenu, and you can clipboard '// title', '// url' and 'LF' (゚・゚
Bestandsgrootte 13.61 KB
Aantal Installaties 35
Huidige Versie 1.5
Laatst Bijgewerkt 2023-02-21
Publicatiedatum 2015-02-28
Ontwikkelaar koujichiu
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}