WordXPress - WordPress fastest posting tool

WordXPress - WordPress fastest posting tool

Post very quickly pictures and videos from a web page to your wordPress blog using XML-RPC

Merlin
Additional files are visible only to premium users

manifest.json


{
  "browser_action": {
    "default_icon": "img/icon_32.png",
    "default_popup": "popup.html",
    "default_title": "WordXPress - Post on WordPress faster than saying it"
  },
  "content_scripts": [
    {
      "js": [
        "lib/jquery-2.0.1.min.js",
        "lib/jquery-url.js",
        "js/application.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "description": "Post very quickly pictures and videos from a web page to your wordPress blog using XML-RPC",
  "icons": {
    "32": "img/icon_32.png",
    "48": "img/icon_48.png",
    "64": "img/icon_64.png",
    "128": "img/icon_128.png"
  },
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDLHirD5mtefJ9hdMQHKbOA72DuCN/PUgPPQnf5OTf1Lt9CKsL4/duFDsDwGyGFixPOlntadrwxPBfcaf1oPA+ulOvxIJ+e3Pdy6RAURiI2TiKOmA1ZTr0gonlWO8NBS9q/RnA44aRD8Qnz+yC8FLfTI9XjNBrbAbYmCjGhCIU0owIDAQAB",
  "manifest_version": 2,
  "name": "WordXPress - WordPress fastest posting tool",
  "options_page": "options.html",
  "permissions": [
    "http://*/",
    "https://*/",
    "tabs",
    "<all_urls>"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.2.4.4"
}