TextAlchemy Firefox

Examine source code of TextAlchemy

제작자: Kubet
Inspect and view changes in TextAlchemy source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "TextAlchemy",
  "version": "1.0",
  "description": "Transform your text with advanced analysis, comparison, and visualization tools",
  "permissions": [
    "<all_urls>",
    "activeTab",
    "storage",
    "contextMenus",
    "clipboardWrite"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "48": "icons/icon48.png",
      "96": "icons/icon96.png"
    },
    "default_popup": "popup.html",
    "default_title": "TextAlchemy"
  },
  "icons": {
    "48": "icons/icon48.png",
    "96": "icons/icon96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e5f6072d-0196-450f-b0ae-adb00ed6152d}"
    }
  }
}

최고의 TextAlchemy 대안

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