URL Decrement Button

URL Decrement Button

A 1-Click URL Decrement Button for your toolbar. Works with or without the URL Incrementer extension.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_name__",
  "short_name": "__MSG_short_name__",
  "description": "__MSG_description__",
  "version": "5.9",
  "default_locale": "en",
  "icons": {
    "16": "img/icon.png",
    "48": "img/icon.png",
    "128": "img/icon.png"
  },
  "browser_action": {
    "default_title": "__MSG_title__",
    "default_icon": {
      "16": "img/icon.png",
      "24": "img/icon.png",
      "32": "img/icon.png"
    }
  },
  "background": {
    "scripts": [
      "js/background.js",
      "js/increment-decrement.js"
    ],
    "persistent": false
  },
  "permissions": [
    "activeTab"
  ],
  "minimum_chrome_version": "60"
}