青葉のカメラ

艦隊これくしょん~艦これ~ でプレイ画面のスクリーンショットを取得

Apa itu 青葉のカメラ?

青葉のカメラ adalah ekstensi Chrome yang dikembangkan oleh Komit, dan fitur utamanya adalah "艦隊これくしょん~艦これ~ でプレイ画面のスクリーンショットを取得".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi 青葉のカメラ

Unduh file ekstensi 青葉のカメラ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        艦隊これくしょん~艦これ~ でプレイ画面のスクリーンショットの取得サポートをする拡張機能です。
手間がかかる編成スクリーンショット取得を数クリックのみで実施することができます。
Chromeの機能のみで実装されているため、macOSでも利用可能です。
要望・バグ報告等はTwitter(@AobaNoCamera)にて。お気軽にどうぞ。

[0.9.0の変更点]
・manifest v3に暫定対応しました。

[制約]
・本拡張はインストール/アップデート時に艦これのゲーム画面が開いている場合は、ゲーム画面をリロードするまで動作しません。
・Chromeの仕様上、撮影時に一瞬ゲーム画面が固まります。また若干のタイムラグが発生します。よって戦闘中の一瞬の瞬間を狙うのには向いていません。
・ホットキーは動作しなくなりました。                    

Informasi Dasar Ekstensi

Nama 青葉のカメラ 青葉のカメラ
ID epellgielojfhbjhdnplcnmndnifbien
URL Resmi https://chromewebstore.google.com/detail/%E9%9D%92%E8%91%89%E3%81%AE%E3%82%AB%E3%83%A1%E3%83%A9/epellgielojfhbjhdnplcnmndnifbien
Deskripsi 艦隊これくしょん~艦これ~ でプレイ画面のスクリーンショットを取得
Ukuran File 118 KB
Jumlah Instalasi 2,896
Versi Saat Ini 0.9.0
Terakhir Diperbarui 2022-06-30
Tanggal Publikasi 2018-10-10
Penilaian 4.45/5 Total 38 Penilaian
Pengembang Komit
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/Komit/AobaNoCamera
URL Halaman Bantuan https://twitter.com/AobaNoCamera
Bahasa yang Didukung ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u9752\u8449\u306e\u30ab\u30e1\u30e9",
    "version": "0.9.0",
    "manifest_version": 3,
    "description": "\u8266\u968a\u3053\u308c\u304f\u3057\u3087\u3093\uff5e\u8266\u3053\u308c\uff5e \u3067\u30d7\u30ec\u30a4\u753b\u9762\u306e\u30b9\u30af\u30ea\u30fc\u30f3\u30b7\u30e7\u30c3\u30c8\u3092\u53d6\u5f97",
    "icons": {
        "128": "icon\/icon128.png",
        "48": "icon\/icon48.png",
        "16": "icon\/icon16.png"
    },
    "options_page": "options.html",
    "action": {
        "default_title": "\u9752\u8449\u306e\u30ab\u30e1\u30e9[\u53d6\u5f97\u4e0d\u53ef]",
        "default_icon": {
            "38": "icon\/icon38_disabled.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.dmm.com\/netgame\/social\/-\/gadgets\/=\/app_id=854854\/",
                "http:\/\/osapi.dmm.com\/gadgets\/*"
            ],
            "js": [
                "lib\/canvas-to-blob.js",
                "lib\/FileSaver.min.js",
                "lib\/jquery-2.1.3.min.js",
                "lib\/Varlink.js",
                "lib\/Controller.js",
                "lib\/LogicMaster.js",
                "logic\/MyCanvas.js",
                "logic\/MyFrame.js",
                "logic\/MyMenu.js",
                "const.js",
                "contents_script.js"
            ],
            "css": [
                "logic\/MyMenu.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "http:\/\/*\/kcs2\/index.php*"
            ],
            "js": [
                "intercept_canvas.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "logic\/MyMenu.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "background",
        "tabs",
        "storage"
    ]
}