Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 15, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "PDF to OCR Text Converter", "description": "__MSG_extDescription__", "version": "0.4", "version_name": "0.4", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_title": "PDF to OCR Text Converter" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/online-converter.freepdfsolutions.com\/*" ] }