Tiny Inbox Firefox

Examine source code of Tiny Inbox

Inspect and view changes in Tiny Inbox source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Tiny Inbox",
  "version": "1.0.0",
  "description": "Capture highlighted text and quick notes into your Tiny Inbox.",
  "permissions": [
    "contextMenus",
    "storage",
    "identity",
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "https://edge.tinyinbox.app/*"
  ],
  "incognito": "not_allowed",
  "action": {
    "default_popup": "src/popup/index.html",
    "default_title": "Tiny Inbox"
  },
  "options_ui": {
    "page": "src/options/index.html",
    "open_in_tab": false
  },
  "commands": {
    "capture-selection": {
      "suggested_key": {
        "default": "Alt+Shift+T",
        "mac": "Command+Shift+Y"
      },
      "description": "Capture selected text to Tiny Inbox"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "background": {
    "scripts": [
      "service-worker-loader.js"
    ],
    "type": "module"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "tiny-inbox-extension@tinyinbox.app",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo",
          "websiteContent",
          "browsingActivity",
          "personalCommunications"
        ]
      }
    }
  }
}

Melhores alternativas Tiny Inbox

Aqui estão algumas Firefox add-ons que são similares a Tiny Inbox: