青葉のカメラ

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

Wat is 青葉のカメラ?

青葉のカメラ is een Chrome-extensie ontwikkeld door Komit, en de belangrijkste functie is "艦隊これくしょん~艦これ~ でプレイ画面のスクリーンショットを取得".

Extensie Screenshots

Download het CRX-bestand van de extensie 青葉のカメラ

Download 青葉のカメラ-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

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

Basisinformatie over de Extensie

Naam 青葉のカメラ 青葉のカメラ
ID epellgielojfhbjhdnplcnmndnifbien
Officiële URL https://chromewebstore.google.com/detail/%E9%9D%92%E8%91%89%E3%81%AE%E3%82%AB%E3%83%A1%E3%83%A9/epellgielojfhbjhdnplcnmndnifbien
Beschrijving 艦隊これくしょん~艦これ~ でプレイ画面のスクリーンショットを取得
Bestandsgrootte 118 KB
Aantal Installaties 2,896
Huidige Versie 0.9.0
Laatst Bijgewerkt 2022-06-30
Publicatiedatum 2018-10-10
Beoordeling 4.45/5 Totaal 38 Beoordelingen
Ontwikkelaar Komit
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Komit/AobaNoCamera
Help Pagina-URL https://twitter.com/AobaNoCamera
Ondersteunde Talen 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"
    ]
}