Image to Text with 100% privacy. No uploads required, works offline.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"version": "1.1.1",
"name": "Image to Text (by PDFLite.co)",
"description": "Image to Text with 100% privacy. No uploads required, works offline.",
"author": "PDFLite.co",
"short_name": "PDFLite.co",
"icons": {
"32": "assets/images/icon32.png",
"48": "assets/images/icon48.png",
"64": "assets/images/icon64.png",
"128": "assets/images/icon128.png",
"144": "assets/images/icon144.png"
},
"browser_action": {
"default_icon": {
"144": "assets/images/icon144.png"
},
"default_title": "Image to Text (by PDFLite.co)",
"default_popup": "popup.html"
}
}