TITLE and URL to Clipboard

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

ما هو TITLE and URL to Clipboard؟

TITLE and URL to Clipboard هو إضافة Chrome تم تطويرها بواسطة koujichiu، والميزة الرئيسية لها هي "Click on the Contextmenu, and you can clipboard '// title', '// url' and 'LF' (゚・゚".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة TITLE and URL to Clipboard

قم بتنزيل ملفات الامتداد TITLE and URL to Clipboard بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

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

使い方:

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

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

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

が送られるにゃ。                    

معلومات أساسية عن التمديد

الاسم TITLE and URL to Clipboard TITLE and URL to Clipboard
ID ppapbmenlhecjhpffcohjalaodmhhgfj
عنوان URL الرسمي https://chromewebstore.google.com/detail/title-and-url-to-clipboar/ppapbmenlhecjhpffcohjalaodmhhgfj
الوصف Click on the Contextmenu, and you can clipboard '// title', '// url' and 'LF' (゚・゚
حجم الملف 13.61 KB
عدد التثبيتات 35
النسخة الحالية 1.5
آخر تحديث 2023-02-21
تاريخ النشر 2015-02-28
المطور koujichiu
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    }
}