Sitecore Twitter Hashflag

Sitecore Twitter Hashflag

Lightweight extension that adds Sitecore related hashflags to #Sitecore tags on Twitter.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Sitecore Twitter Hashflag",
  "description": "Lightweight extension that adds Sitecore related hashflags to #Sitecore tags on Twitter.",
  "version": "1.3",
  "icons": {
    "16": "icons/sitecorehashflag-16.png",
    "32": "icons/sitecorehashflag-32.png",
    "128": "icons/sitecorehashflag-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.twitter.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}