DLsite title copy

DLsite商品ページのタイトルコピー

DLsite title copyคืออะไร?

DLsite title copy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hxbdy541 และคุณลักษณะหลักของมันคือ "DLsite商品ページのタイトルコピー"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DLsite title copy

ดาวน์โหลดไฟล์ส่วนขยาย DLsite title copy ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        DLsiteの商品タイトルをコピーできるようにします。
商品ページを開いたときに自動でクリップボードに貼り付けることも可能です。                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ DLsite title copy DLsite title copy
ID honbpdgcaidoomhlgkkjbinaocafidol
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dlsite-title-copy/honbpdgcaidoomhlgkkjbinaocafidol
คำอธิบาย DLsite商品ページのタイトルコピー
ขนาดไฟล์ 4.14 KB
จำนวนการติดตั้ง 110
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-03-08
วันที่เผยแพร่ 2023-03-08
ผู้พัฒนา hxbdy541
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DLsite title copy",
    "version": "1.0",
    "description": "DLsite\u5546\u54c1\u30da\u30fc\u30b8\u306e\u30bf\u30a4\u30c8\u30eb\u30b3\u30d4\u30fc",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.dlsite.com\/*"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "js": [
                "main.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "storage"
    ]
}