TITLE and URL to Clipboard
Click on the Contextmenu, and you can clipboard '// title', '// url' and 'LF' (゚・゚
Was ist TITLE and URL to Clipboard?
TITLE and URL to Clipboard ist eine Chrome-Erweiterung, die von koujichiu entwickelt wurde, und ihr Hauptmerkmal ist "Click on the Contextmenu, and you can clipboard '// title', '// url' and 'LF' (゚・゚".
Erweiterungsscreenshots
TITLE and URL to Clipboard-Erweiterungs-CRX-Datei herunterladen
Laden Sie TITLE and URL to Clipboard-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
閲覧してるページのタイトルとURLを
クリップボードに送って、
テキストエディタ や プログラムのソースコードに
注釈として貼り付けたり、
手紙の本文に貼り付けたりして使うにゃ
先頭にコメントアウト記号が付いてるんだにゃ
使い方:
いま見ているページ上で右クリックして
「TITLE and URL to Clipboard」 ボタンを左クリック
すると、クリップボードに
// タイトル
// URL
カーソル位置
が送られるにゃ。 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ppapbmenlhecjhpffcohjalaodmhhgfj |
| Offizielle URL | https://chromewebstore.google.com/detail/title-and-url-to-clipboar/ppapbmenlhecjhpffcohjalaodmhhgfj |
| Beschreibung | Click on the Contextmenu, and you can clipboard '// title', '// url' and 'LF' (゚・゚ |
| Dateigröße | 13.61 KB |
| Installationsanzahl | 35 |
| Aktuelle Version | 1.5 |
| Letztes Update | 2023-02-21 |
| Veröffentlichungsdatum | 2015-02-28 |
| Entwickler | koujichiu |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
} | |