283スクリーンショット
Canvas Element capture and auto named for Idolm@ster ShinyColors.
283スクリーンショット là gì?
283スクリーンショット là một tiện ích mở rộng Chrome được phát triển bởi dama, và tính năng chính của nó là "Canvas Element capture and auto named for Idolm@ster ShinyColors.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng 283スクリーンショット
Tải xuống các tệp mở rộng 283スクリーンショット dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
アイドルマスターシャイニーカラーズ用の簡易スクリーンショットツールです。 アイコンをクリックするだけで簡単に日付と時間付き名前のスクリーンショットが撮影できます。 ver.0.5 manifest v3への対応を行いました。
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | 283スクリーンショット |
ID | bconjpaombfennkokomlknkfnbhdmhec |
URL Chính Thức | https://chromewebstore.google.com/detail/283%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88/bconjpaombfennkokomlknkfnbhdmhec |
Mô tả | Canvas Element capture and auto named for Idolm@ster ShinyColors. |
Kích Thước Tệp | 12.22 KB |
Số Lần Cài Đặt | 92 |
Phiên Bản Hiện Tại | 0.5 |
Cập Nhật Lần Cuối | 2022-12-30 |
Ngày Phát Hành | 2020-05-10 |
Nhà Phát Triển | dama |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "283\u30b9\u30af\u30ea\u30fc\u30f3\u30b7\u30e7\u30c3\u30c8", "version": "0.5", "manifest_version": 3, "description": "Canvas Element capture and auto named for Idolm@ster ShinyColors.", "action": { "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "permissions": [ "activeTab", "downloads" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/shinycolors.enza.fun\/*", "https:\/\/shinycolors.enza.fun\/*" ], "js": [ "contentscript.js" ], "run_at": "document_idle", "all_frames": false } ], "host_permissions": [ "http:\/\/shinycolors.enza.fun\/*", "https:\/\/shinycolors.enza.fun\/*" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |