RePlurk for Google Chrome™

RePlurk for Google Chrome™

RePlurk lets you repost good Plurks in just one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "RePlurk for Google Chrome™",
  "version": "0.2",
  "description": "RePlurk lets you repost good Plurks in just one click.",
  "icons": {
    "48": "rep_48.png",
    "128": "rep_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://www.plurk.com/*"
      ],
      "js": [
        "RePlurk.js"
      ]
    }
  ]
}