Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "FullPagePDF - Convert Web Pages to PDF Instantly", "description": "Transform any webpage into pixel-perfect, searchable PDFs with one click. Privacy-first design with Google Drive integration.", "version": "0.4.2", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwxrn4wXjbtV30KFPeDy2h\/n0q3wU9SAeq9bbOtCd0yOU+E797y1V8oj0NsivYQ3wNkiZ1gIsA7bue9HOZc50IUbIDn49RA6Y+7bM32ghqNp07KVokwlk2ZRD8WvDC3tsy1VjNAaZ5Vs1la2jRvEgkIGQpJaNiYzwX90aK9YX9hjzgsPueGdvDCE6+joF0m6Yjfv+eXsxDXGLg\/0ZfP09Tihrqg+LUYu\/lHv57tExcYXGbVWRCyr67JKAaWFrFVWK3GKwC6JEQatFwBbi7chhH1yQdtL7M3r\/YsR544+a1mDQXrIX29ezZNaifs3VhiQO1eQmhsXud9dnrNHHpHSWUQIDAQAB", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "action": [], "background": { "service_worker": "js\/background.js" }, "oauth2": { "client_id": "524889282426-bc1o2p7dl6sr5niinkkqvujbstlq00t5.apps.googleusercontent.com", "scopes": [ "openid" ] }, "permissions": [ "debugger", "scripting", "identity", "storage" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "js\/content_script.js", "js\/iframe_index.js", "js\/iframe_script.js", "js\/vendor.js", "css\/vendor.css" ], "matches": [ "<all_urls>" ] } ] }