283スクリーンショット
Canvas Element capture and auto named for Idolm@ster ShinyColors.
283スクリーンショット क्या है?
283スクリーンショット dama द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Canvas Element capture and auto named for Idolm@ster ShinyColors."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में 283スクリーンショット एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
アイドルマスターシャイニーカラーズ用の簡易スクリーンショットツールです。 アイコンをクリックするだけで簡単に日付と時間付き名前のスクリーンショットが撮影できます。 ver.0.5 manifest v3への対応を行いました。
एक्सटेंशन की मूल जानकारी
नाम | 283スクリーンショット |
ID | bconjpaombfennkokomlknkfnbhdmhec |
आधिकारिक URL | 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 |
विवरण | Canvas Element capture and auto named for Idolm@ster ShinyColors. |
फ़ाइल का आकार | 12.22 KB |
स्थापना संख्या | 92 |
वर्तमान संस्करण | 0.5 |
अंतिम अपडेट | 2022-12-30 |
प्रकाशन तिथि | 2020-05-10 |
डेवलपर | dama |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } } |