Viziter Firefox

Examine source code of Viziter

Inspect and view changes in Viziter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Viziter",
  "version": "2.0.2",
  "author": "Eray Chumak",
  "description": "Provides you with quick url jumps to increase your browsing efficiency on chrome.",
  "short_name": "viz",
  "manifest_version": 2,
  "web_accessible_resources": [
    "data/*.json"
  ],
  "omnibox": {
    "keyword": "viz"
  },
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_title": "Providing you a more efficient browsing experience.",
    "default_popup": "./popup/index.html",
    "default_icon": {
      "16": "assets/logo_16.png",
      "32": "assets/logo_32.png",
      "48": "assets/logo_48.png",
      "128": "assets/logo_128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "assets/logo_16.png",
    "32": "assets/logo_32.png",
    "48": "assets/logo_48.png",
    "128": "assets/logo_128.png"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "windows": "Ctrl+Shift+Z",
        "mac": "Ctrl+Shift+Z",
        "chromeos": "Ctrl+Shift+Z",
        "linux": "Ctrl+Shift+Z"
      }
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ec@viziter"
    }
  }
}

Best Viziter Alternatives

Here are some Firefox add-ons that are similar to Viziter: