Tweet2LowerCase Firefox

Examine source code of Tweet2LowerCase

제작자: xp360
Inspect and view changes in Tweet2LowerCase source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tweet2LowerCase",
  "version": "1.0.1",
  "description": "converts selected text to lowercase,on x.com, make it readable",
  "permissions": [
    "contextMenus",
    "activeTab",
    "tabs",
    "*://x.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://x.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "64": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{0fb9e14d-194c-45d9-832c-1324df34594e}"
    }
  }
}

최고의 Tweet2LowerCase 대안

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