艦これ2期スクショ
艦これ2期のスクリーンショットを撮ります。
艦これ2期スクショคืออะไร?
艦これ2期スクショ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ticktackmobile และคุณลักษณะหลักของมันคือ "艦これ2期のスクリーンショットを撮ります。"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 艦これ2期スクショ
ดาวน์โหลดไฟล์ส่วนขยาย 艦これ2期スクショ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Chrome拡張のアイコンを押すと、艦これゲーム画面のスクリーンショットをファイルとしてダウンロードします。
艦これをプレイ中にこの拡張機能をインストールした場合、艦これのタブを再読み込みすると拡張機能が有効になります。 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ibmcblkpncmgjhoodgmedlnacjbepapb |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/%E8%89%A6%E3%81%93%E3%82%8C2%E6%9C%9F%E3%82%B9%E3%82%AF%E3%82%B7%E3%83%A7/ibmcblkpncmgjhoodgmedlnacjbepapb |
| คำอธิบาย | 艦これ2期のスクリーンショットを撮ります。 |
| ขนาดไฟล์ | 11.28 KB |
| จำนวนการติดตั้ง | 1,003 |
| เวอร์ชันปัจจุบัน | 1.5 |
| อัปเดตครั้งล่าสุด | 2022-07-20 |
| วันที่เผยแพร่ | 2018-09-29 |
| คะแนน | 4.00/5 รวมทั้งหมด 6 คะแนน |
| ผู้พัฒนา | ticktackmobile |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://github.com/P3PPP/KC2Shot |
| ภาษาที่รองรับ | ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "\u8266\u3053\u308c2\u671f\u30b9\u30af\u30b7\u30e7",
"description": "\u8266\u3053\u308c2\u671f\u306e\u30b9\u30af\u30ea\u30fc\u30f3\u30b7\u30e7\u30c3\u30c8\u3092\u64ae\u308a\u307e\u3059\u3002",
"version": "1.5",
"icons": {
"48": "images\/icon_48.png",
"128": "images\/icon_128.png",
"32": "images\/icon_32.png"
},
"action": {
"default_icon": {
"19": "images\/icon_19.png",
"38": "images\/icon_38.png"
},
"default_title": "KanColle2 Screenshot"
},
"options_page": "options.html",
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/kcs2\/index.php*"
],
"js": [
"kc2_content.js"
],
"run_at": "document_end",
"all_frames": true
}
],
"permissions": [
"downloads",
"storage"
]
} | |