stutter Firefox

Examine source code of stutter

제작자: James Tomasino
Inspect and view changes in stutter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "James Tomasino",
  "manifest_version": 3,
  "name": "stutter",
  "short_name": "stutter",
  "description": "RSVP for browsers",
  "homepage_url": "https://github.com/jamestomasino/stutter",
  "offline_enabled": true,
  "icons": {
    "16": "icons/stutter16.png",
    "48": "icons/stutter48.png",
    "64": "icons/stutter64.png",
    "96": "icons/stutter96.png",
    "128": "icons/stutter128.png"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "windows": "Alt+R",
        "mac": "Alt+R",
        "chromeos": "Alt+R",
        "linux": "Alt+R"
      }
    }
  },
  "action": {
    "default_title": "stutter"
  },
  "background": {
    "service_worker": "dist-bg/index.js",
    "scripts": [
      "dist-bg/index.js"
    ]
  },
  "permissions": [
    "contextMenus",
    "activeTab",
    "storage",
    "scripting"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "fonts/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "options_page": "dist-options/index.html",
  "options_ui": {
    "page": "dist-options/index.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{8cc45662-d58a-4a06-bf7b-4fcdf1d54b8d}"
    }
  },
  "version": "2.6.1"
}

최고의 stutter 대안

다음은 stutter과(와) 유사한 Firefox add-on입니다: