Quick Text Formatter Firefox

Examine source code of Quick Text Formatter

提供元: Soco
Inspect and view changes in Quick Text Formatter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Quick Text Formatter",
  "version": "1.0",
  "description": "Format selected text instantly with uppercase, lowercase, title case, remove spaces, add line numbers, and more formatting options",
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Text Formatter",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "formatter.css"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{1fbfef3b-7dfd-41f8-a968-22fdf5c30481}"
    }
  }
}

ベストのQuick Text Formatter代替案

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