Search for Icons

Search for Icons

Allows quick searching for PNG files on Google Images with specific sizes (16x16, 32x32...)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "author": "bytecode77",
  "homepage_url": "https://bytecode77.com",
  "name": "Search for Icons",
  "description": "Allows quick searching for PNG files on Google Images with specific sizes (16x16, 32x32...)",
  "version": "1.1.0",
  "icons": {
    "16": "icon/16.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "browser_action": {
    "default_icon": "icon/16.png",
    "default_popup": "html/popup.html"
  },
  "options_ui": {
    "page": "html/popup.html",
    "chrome_style": true
  }
}