DLsite title copy
DLsite商品ページのタイトルコピー
DLsite title copyとは何ですか?
DLsite title copyはhxbdy541によって開発されたChromeの拡張機能で、その主な機能は「DLsite商品ページのタイトルコピー」です。
拡張機能のスクリーンショット
DLsite title copy拡張機能のCRXファイルをダウンロード
DLsite title copy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
DLsiteの商品タイトルをコピーできるようにします。
商品ページを開いたときに自動でクリップボードに貼り付けることも可能です。 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |