Image to Spreadsheet Converter

Image to Spreadsheet Converter

With this tool, users can extract tabular data from images and save it as a CSV file, which can be opened and manipulated using spreadsheet software such as Excel or Google Sheets.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_area": "navbar",
    "default_icon": "icon.png"
  },
  "icons": {
    "128": "icon.png"
  },
  "default_area": "navbar",
  "manifest_version": 2,
  "name": "__MSG_name__",
  "description": "__MSG_descriptions__",
  "permissions": [
    "clipboardWrite",
    "menus",
    "activeTab",
    "notifications"
  ],
  "version": "1.3.19",
  "browser_specific_settings": {
    "gecko": {
      "id": "{2d63cc28-2f97-45c5-bdc6-2f3a0b2cd484}"
    }
  }
}