Taskara Firefox

Examine source code of Taskara

提供元: Gavang tv
Inspect and view changes in Taskara source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Taskara",
  "version": "1.0.0",
  "description": "Turn tabs into tasks, effortlessly.",
  "browser_specific_settings": {
    "gecko": {
      "id": "taskara@example.com",
      "strict_min_version": "102.0"
    }
  },
  "icons": {
    "48": "icons/taskara-48.png",
    "128": "icons/taskara-128.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Taskara",
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/taskara-48.png",
      "128": "icons/taskara-128.png"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "commands": {
    "quick-import": {
      "suggested_key": {
        "default": "Alt+Shift+T"
      },
      "description": "Import all tabs as tasks"
    }
  },
  "content_security_policy": "script-src 'self'; object-src 'self'"
}

ベストのTaskara代替案

Taskaraに類似したFirefox add-onをいくつか紹介します: