Task Recorder Firefox

Examine source code of Task Recorder

제작자: FX1 Add-on
Inspect and view changes in Task Recorder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Task Recorder",
  "version": "1.3.1",
  "description": "Merekam network traffic HRMS untuk analisis otomasi bulk input",
  "browser_specific_settings": {
    "gecko": {
      "id": "{60cd28e5-4a85-418f-af23-623384681b63}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "storage",
    "tabs",
    "downloads",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Task Recorder",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png"
    }
  },
  "web_accessible_resources": [
    "injected.js"
  ]
}

최고의 Task Recorder 대안

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