TITLE and URL to Clipboard

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

Qu'est-ce que TITLE and URL to Clipboard ?

TITLE and URL to Clipboard est une extension Chrome développée par koujichiu, et sa fonction principale est "Click on the Contextmenu, and you can clipboard '// title', '// url' and 'LF' (゚・゚".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TITLE and URL to Clipboard

Téléchargez les fichiers d'extension TITLE and URL to Clipboard au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

使い方:

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

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

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

が送られるにゃ。                    

Informations de Base sur l'Extension

Nom TITLE and URL to Clipboard TITLE and URL to Clipboard
ID ppapbmenlhecjhpffcohjalaodmhhgfj
URL Officiel https://chromewebstore.google.com/detail/title-and-url-to-clipboar/ppapbmenlhecjhpffcohjalaodmhhgfj
Description Click on the Contextmenu, and you can clipboard '// title', '// url' and 'LF' (゚・゚
Taille du Fichier 13.61 KB
Nombre d'Installations 35
Version Actuelle 1.5
Dernière Mise à Jour 2023-02-21
Date de Publication 2015-02-28
Développeur koujichiu
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}