URLEncoder

URLEncoder

This Extension can perform URLEncode and URLdecode quickly in browser action.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "URLEncoder",
  "description": "This Extension can perform URLEncode and URLdecode quickly in browser action.",
  "version": "1.1.2",
  "icons": {
    "16": "images/main_icon/small.png",
    "48": "images/main_icon/medium.png",
    "128": "images/main_icon/large.png"
  },
  "browser_action": {
    "default_icon": "images/main_icon/medium.png",
    "default_popup": "popup.html"
  }
}