Google image view image button Firefox

Examine source code of Google image view image button

Par : lappa
Inspect and view changes in Google image view image button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Google images view image button",
  "description": "Adds the view image button back to google image results",
  "version": "1.4resigned1",
  "icons": {
    "16": "img/icon_16.png",
    "24": "img/icon_24.png",
    "32": "img/icon_32.png",
    "48": "img/icon_48.png",
    "64": "img/icon_64.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "img/icon_16.png",
      "24": "img/icon_24.png",
      "32": "img/icon_32.png",
      "48": "img/icon_48.png",
      "64": "img/icon_64.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/jquery.min.js",
        "js/content_script.js"
      ]
    }
  ],
  "permissions": [
    "activeTab"
  ],
  "applications": {
    "gecko": {
      "id": "google_images_view_image_button@mail.com"
    }
  }
}

Meilleures alternatives Google image view image button

Voici quelques Firefox add-ons qui sont similaires à Google image view image button :