Plurk-it

Plurk-it

Context menu item that plurks the current page-if text is selected provides a menu item to search plurks for the text

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Plurk-it",
  "description": "Context menu item that plurks the current page-if text is selected provides a menu item to search plurks for the text",
  "version": "0.2",
  "permissions": [
    "contextMenus"
  ],
  "icons": {
    "16": "plurk16.png",
    "32": "peopleicon32.png",
    "48": "peopleicon48.png",
    "128": "peopleicon128.png"
  },
  "background": {
    "scripts": [
      "app.js"
    ]
  },
  "manifest_version": 2
}