WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Table Capture

Table Capture

View on Chrome Web Store
View Table Capture Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (559 ratings)
1 new ratings
1 views
This extension has been viewed 1 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Copies HTML tables to the clipboard or exports them to Microsoft Excel, CSV, Google Sheets, Office 365, etc.
Type
Extension
Users
200,000 users
100K
GeorgeMike.com
View author page of GeorgeMike.com
Featured Extension

Hand-picked for quality and usefulness

Published
Published on December 22, 2009
Version 11.0.22
Manifest version
3
Updated
Updated on March 21, 2025
productivity/workflow
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Table Capture Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "11.0.22",
    "name": "__MSG_extensionName__",
    "short_name": "__MSG_extensionShortName__",
    "description": "__MSG_extensionDesc__",
    "author": "George Mike",
    "default_locale": "en",
    "homepage_url": "https:\/\/georgemike.com\/tablecapture\/",
    "icons": {
        "128": "src\/assets\/favicon-128x128.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "tabs",
        "webNavigation"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "optional_permissions": [
        "identity",
        "userScripts"
    ],
    "action": {
        "title": "__MSG_extensionName__",
        "default_title": "__MSG_extensionName__",
        "default_popup": "popup.html",
        "default_icon": {
            "128": "src\/assets\/favicon-128x128.png"
        }
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "src\/app\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "<all_urls>"
            ],
            "exclude_matches": [],
            "js": [
                "src\/app\/content.js"
            ],
            "css": [
                "src\/styles\/lib\/hint.min.css",
                "src\/styles\/style-content.css"
            ],
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/assets\/loader.gif",
                "src\/assets\/icon.png",
                "src\/assets\/icon.csv.b.png",
                "src\/assets\/icon.clipboard.add.png",
                "src\/assets\/icon.clipboard.edit.png",
                "src\/assets\/icon.excel.svg",
                "src\/assets\/icon.html.png",
                "src\/assets\/icon.markdown.png",
                "src\/assets\/icon.menu.png",
                "src\/assets\/icon.o365.png",
                "src\/assets\/icon.sheets.png",
                "src\/assets\/icon.screenshot.big.png",
                "src\/assets\/icon.cloud.128.png",
                "activate.html",
                "activity.html",
                "clips.html",
                "cloud.html",
                "debug.html",
                "manage-sheets.html",
                "options.html",
                "pdf-extract.html",
                "recipes.html",
                "support.html",
                "table-edit.html",
                "upgrade.html",
                "onboard\/onboard.html"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "file:\/\/*\/*"
            ]
        }
    ],
    "commands": {
        "launch-table-capture-workshop": {
            "suggested_key": {
                "default": "Ctrl+Shift+E",
                "windows": "Alt+Shift+E",
                "mac": "Alt+Shift+E"
            },
            "description": "Launch Workshop"
        },
        "launch-inline-actions": {
            "suggested_key": {
                "default": "Ctrl+Shift+D",
                "windows": "Alt+Shift+D",
                "mac": "Alt+Shift+D"
            },
            "description": "__MSG_keyboardShortcutInlineActions__"
        }
    },
    "oauth2": {
        "client_id": "134705207172-cjqlrudj323jpldsf98sjmfaf2045b05.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/spreadsheets",
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "sandbox": {
        "pages": [
            "js-evaluator.html"
        ]
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top