#Tags

#Tags

Save images URL with adding tags to them then copy URL/download them whenever you want by searching them by tags you assigned to it

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "#Tags",
  "version": "1.0",
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "icons": {
    "16": "images/tag.png",
    "48": "images/tag.png",
    "128": "images/tag.png"
  },
  "permissions": [
    "contextMenus"
  ],
  "browser_action": {
    "default_icon": "images/tag.png",
    "default_title": "#Tags",
    "default_popup": "popup.html"
  },
  "description": "Save images URL with adding tags to them then copy URL/download them whenever you want by searching them by tags you assigned to it",
  "author": "Vasakot"
}