Batman vs. Superman Gallery

Photo gallery about super heroes, Batman vs. Superman movie and comics. Includes function Add your images.

Batman vs. Superman Galleryとは何ですか?

Batman vs. Superman Galleryはyesforwordによって開発されたChromeの拡張機能で、その主な機能は「Photo gallery about super heroes, Batman vs. Superman movie and comics. Includes function Add your images.」です。

拡張機能のスクリーンショット

screenshot

Batman vs. Superman Gallery拡張機能のCRXファイルをダウンロード

Batman vs. Superman Gallery拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This app contains image gallery of superheroes from film Batman vs Superman: Dawn of Justice, Man of Steel, Joker and their comics pictures. 

Users can add new photos from any webpage:
  - Click right mouse on actual photo.
  - In context menu click to Add to Batman vs. Superman Gallery.                    

拡張機能の基本情報

名前 Batman vs. Superman Gallery Batman vs. Superman Gallery
ID gcfooaedafgdhphedcccleodmalapigo
公式URL https://chrome.google.com/webstore/detail/batman-vs-superman-galler/gcfooaedafgdhphedcccleodmalapigo
説明 Photo gallery about super heroes, Batman vs. Superman movie and comics. Includes function Add your images.
ファイルサイズ 137 KB
インストール数 951
現在のバージョン 1.1.0
最終更新日 2021-01-19
公開日 2021-01-19
評価 5.00/5 合計 2 レビュー
開発者 yesforword
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.smart-finder.net/privacy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Batman vs. Superman Gallery",
    "description": "Photo gallery about super heroes, Batman vs. Superman movie and comics. Includes function Add your images.",
    "version": "1.1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "jquery.js",
            "conf.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img_sep\/ico_19.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "img_sep\/ico_16.png",
        "48": "img_sep\/ico_48.png"
    }
}