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
官方網址 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
電子郵箱 [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"
    }
}