decktag

decktag

keep hashtags in your tweet form of tweetdeck

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "decktag",
  "manifest_version": 2,
  "version": "0.1.1",
  "description": "keep hashtags in your tweet form of tweetdeck",
  "content_scripts": [
    {
      "matches": [
        "https://tweetdeck.twitter.com/"
      ],
      "js": [
        "decktag.js"
      ]
    }
  ]
}