Share To Twitter

Share To Twitter

Share the current tab or link on Twitter.One-click sharing, no need to copy content and open twitter.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "1.0.2",
  "default_locale": "en",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "tabs"
  ],
  "action": {
    "default_icon": {
      "16": "icon_16.png",
      "128": "icon_128.png"
    },
    "default_title": "__MSG_extName__"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}