Adobe Acrobat: PDF edit, convert, sign tools Chrome

Examine source code of Adobe Acrobat: PDF edit, convert, sign tools

Inspect and view changes in Adobe Acrobat: PDF edit, convert, sign tools source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_web2pdfExtnName__",
  "storage": {
    "managed_schema": "schema.json"
  },
  "description": "__MSG_web2pdfExtnDescriptionChrome__",
  "version": "26.7.1.0",
  "options_page": "browser/js/options.html",
  "default_locale": "en",
  "permissions": [
    "contextMenus",
    "tabs",
    "downloads",
    "nativeMessaging",
    "webRequest",
    "webNavigation",
    "storage",
    "scripting",
    "alarms",
    "offscreen",
    "cookies",
    "sidePanel",
    "declarativeNetRequest",
    "fileSystem",
    "identity"
  ],
  "file_handlers": [
    {
      "name": "Acrobat PDF Viewer",
      "action": "/resources/chromeOS/handler.html",
      "accept": {
        "application/pdf": [
          ".pdf"
        ]
      },
      "launch_type": "multiple-clients"
    }
  ],
  "background": {
    "service_worker": "service-worker.js",
    "type": "module"
  },
  "incognito": "not_allowed",
  "externally_connectable": {
    "ids": [
      "bngnhmnppadfcmpggglniifohlkmddfc"
    ],
    "matches": [
      "https://*.adobe.com/*",
      "https://adobe.com/*",
      "https://www.adobe.com/*"
    ]
  },
  "icons": {
    "16": "browser/images/acrobat_dc_appicon_16.png",
    "48": "browser/images/acrobat_dc_appicon_48.png",
    "128": "browser/images/acrobat_dc_appicon_128.png"
  },
  "action": {
    "default_title": "__MSG_extensionMenuTitle__",
    "default_icon": "browser/images/acrobat_dc_appicon_24.png"
  },
  "content_scripts": [
    {
      "matches": [
        "file://*/*",
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content_scripts/embeddedpdfs/embedded-pdf-touch-point-event-listener.js",
        "content_scripts/dom-utils.js",
        "browser/js/ch-settings.js",
        "content_scripts/content-util.js",
        "content_scripts/SidePanel/GenAIWebpageBlocklist.js",
        "content_scripts/SidePanel/ActionableCoachmark.js",
        "content_scripts/embeddedpdfs/EmbeddedPDFTouchPointCoachMark.js",
        "content_scripts/express/express_whatsapp/whatsapp-express-fte.js",
        "content_scripts/express/google-image-preview/google-image-preview-express-fte.js",
        "content_scripts/express/gmail/gmail-express-fte.js",
        "content_scripts/express/gdrive/gdrive-express-fte.js",
        "content_scripts/express/express_chatgpt/chatgpt-express-fte.js",
        "content_scripts/express/gemini/gemini-express-fte.js",
        "content_scripts/express/google-ai-mode/google-ai-mode-express-fte.js",
        "content_scripts/express/pinterest/pinterest-express-fte.js",
        "content_scripts/express/browser-image-viewer/browser-image-viewer-express-fte.js",
        "content_scripts/express/google-chat/google-chat-express-fte.js",
        "content_scripts/outlook/outlook-fte.js",
        "content_scripts/express/outlook/outlook-express-fte.js",
        "content_scripts/linkedin/linkedin-fte.js",
        "content_scripts/gmail/GmailAcrobatFteCoachmark.js",
        "content_scripts/gmail/GmailPdfToolsFteCoachmark.js",
        "content_scripts/gdrive/GDriveAcrobatFteCoachmark.js",
        "content_scripts/gmail/fte/gmail-convert-to-pdf-fte.js",
        "content_scripts/gmail/fte/gmail-email-pdf-fte.js",
        "content_scripts/express/gmail/gmail-image-tools-dropdown-fte.js",
        "content_scripts/express/gdrive/gdrive-image-tools-dropdown-fte.js",
        "content_scripts/gmail/gmail-compress-pdf-fte.js",
        "content_scripts/gmail/gmail-compress-pdf-message-view-fte.js",
        "content_scripts/gmail/fte/gmail-convert-attachment-card-fte.js",
        "content_scripts/gdrive/fte/gdrive-convert-attachment-card-fte.js",
        "content_scripts/gdocs/google-docs-fte.js",
        "content_scripts/gemini/gemini-convert-to-pdf-fte.js",
        "content_scripts/chatgpt/chatgpt-convert-to-pdf-fte.js",
        "content_scripts/wikipedia/wikipedia-convert-to-pdf-fte.js",
        "content_scripts/SidePanel/FABManager.js",
        "content_scripts/SidePanel/GenAIWebpageEligibilityService.js",
        "content_scripts/SidePanel/SummaryBar/SummaryBarBootstrap.js",
        "content_scripts/addWebpage/KWEligibilityService.js",
        "content_scripts/SidePanel/AttributionManager.js",
        "content_scripts/SidePanel/Viewport.js",
        "content_scripts/SidePanel/AnimateCannedQuestions.js",
        "content_scripts/content-script-utils.js",
        "content_scripts/SidePanel/WebpageSelectionManager.js",
        "content_scripts/ch-content-script.js",
        "content_scripts/SidePanel/WebpageSelectionAnalytics.js",
        "content_scripts/injectBannerIframe.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "file://*/*",
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content_scripts/prompts/ShowOneChild.js",
        "content_scripts/extract-webpage-html.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://outlook.office365.com/*",
        "https://outlook.office.com/*",
        "https://outlook.live.com/*",
        "https://outlook.cloud.microsoft/*"
      ],
      "js": [
        "content_scripts/outlook/outlook-content-script.js"
      ],
      "css": [
        "browser/css/outlook-content-script.css",
        "browser/css/fte.css"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content_scripts/dom-utils.js",
        "content_scripts/content-script-idle.js",
        "content_scripts/upload-button-analytics.js"
      ],
      "css": [
        "browser/css/express-tooltip.css"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "file://*/*",
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content_scripts/dom-utils.js",
        "content_scripts/ch-content-script-dend.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_scripts/embeddedpdfs/embedded-pdf-touch-point.js"
      ],
      "css": [
        "browser/css/embedded-pdf-touch-point.css",
        "browser/css/fte.css"
      ],
      "all_frames": true,
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://drive.google.com/*"
      ],
      "css": [
        "browser/css/gdrive-content-script.css",
        "browser/css/gdrive-touchpoint-service.css"
      ],
      "js": [
        "content_scripts/gdrive-content-script.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "js": [
        "content_scripts/express/express_whatsapp/whatsapp-content-script.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://gemini.google.com/*"
      ],
      "js": [
        "content_scripts/gemini/gemini-document-start-content-script.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://gemini.google.com/*"
      ],
      "js": [
        "content_scripts/gemini/gemini-document-end-content-script.js",
        "content_scripts/gemini/sanitize-html-styles.js"
      ],
      "css": [
        "browser/css/gemini-convert-to-pdf-touchpoint.css",
        "browser/css/fte.css"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://chatgpt.com/*"
      ],
      "js": [
        "content_scripts/express/express_chatgpt/chatgpt-content-script.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://chatgpt.com/*"
      ],
      "js": [
        "content_scripts/chatgpt/chatgpt-document-content-script.js",
        "content_scripts/chatgpt/chatgpt-sanitize-html-styles.js"
      ],
      "css": [
        "browser/css/chatgpt-convert-to-pdf-touchpoint.css",
        "browser/css/chatgpt-response-convert-to-pdf-touchpoint.css",
        "browser/css/chatgpt-canvas-convert-to-pdf-touchpoint.css"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://connector_openai_deep_research.web-sandbox.oaiusercontent.com/*"
      ],
      "js": [
        "content_scripts/chatgpt/chatgpt-deep-research-convert-to-pdf.js",
        "content_scripts/chatgpt/chatgpt-deep-research-sanitize-html-styles.js"
      ],
      "css": [
        "browser/css/chatgpt-deep-research-convert-to-pdf.css",
        "browser/css/fte.css"
      ],
      "all_frames": true,
      "match_about_blank": true,
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://www.facebook.com/*"
      ],
      "js": [
        "content_scripts/express/facebook/facebook-content-script.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://www.google.com/*",
        "https://www.google.com.br/*",
        "https://www.google.it/*",
        "https://www.google.es/*",
        "https://www.google.fr/*",
        "https://www.google.co.jp/*",
        "https://www.google.de/*",
        "https://www.google.ca/*",
        "https://www.google.co.uk/*"
      ],
      "js": [
        "content_scripts/express/google-image-preview/google-image-preview-content-script.js",
        "content_scripts/express/google-ai-mode/google-ai-mode-content-script.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "file://*/*",
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "content_scripts/express/browser-image-viewer/browser-image-viewer-content-script.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://drive.usercontent.google.com/download*"
      ],
      "js": [
        "content_scripts/gdrive-download-page-content-script.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "js": [
        "content_scripts/gmail-document-start-content-script.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "css": [
        "browser/css/gmail-content-script.css"
      ],
      "js": [
        "content_scripts/gmail-document-end-content-script.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://acrobat.adobe.com/*",
        "https://documentcloud.adobe.com/*"
      ],
      "js": [
        "content_scripts/acrobat-content-script.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://media.licdn.com/*",
        "https://www.linkedin.com/*"
      ],
      "js": [
        "content_scripts/linkedin/linkedin-content-script.js"
      ],
      "css": [
        "browser/css/linkedin-content-script.css",
        "browser/css/fte.css"
      ],
      "all_frames": true,
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://dev.acrobat.adobe.com/*",
        "https://stage.acrobat.adobe.com/*",
        "https://acrobat.adobe.com/*",
        "https://documentcloud.adobe.com/*"
      ],
      "js": [
        "content_scripts/extension-detection-handshake.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://web.whatsapp.com/*",
        "https://webtp.whatsapp.net/*"
      ],
      "js": [
        "content_scripts/extension-detection-handshake.js"
      ],
      "all_frames": true,
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://dev.acrobat.adobe.com/*",
        "https://stage.acrobat.adobe.com/*",
        "https://acrobat.adobe.com/*",
        "https://documentcloud.adobe.com/*"
      ],
      "js": [
        "content_scripts/whats-new-content-script.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://commerce.adobe.com/*",
        "https://commerce-stg.adobe.com/*",
        "https://auth.services.adobe.com/*",
        "https://auth-stg1.services.adobe.com/*"
      ],
      "js": [
        "content_scripts/upsell-popup-escape.js"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://docs.google.com/*"
      ],
      "js": [
        "content_scripts/gdocs/google-docs-content-script.js"
      ],
      "css": [
        "browser/css/google-docs-convert-to-pdf-touch-point.css"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://word.cloud.microsoft/*",
        "https://word-edit.officeapps.live.com/*",
        "https://word-view.officeapps.live.com/*"
      ],
      "js": [
        "content_scripts/msword-analytics.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    },
    {
      "matches": [
        "https://*.pinterest.com/*"
      ],
      "js": [
        "content_scripts/express/pinterest/pinterest-content-script.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://*.adobe.com/*"
      ],
      "js": [
        "content_scripts/ims-response-detector.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://*.adobe.com/*"
      ],
      "js": [
        "content_scripts/ims-page-hook.js"
      ],
      "run_at": "document_start",
      "world": "MAIN"
    },
    {
      "matches": [
        "https://*.wikipedia.org/*"
      ],
      "js": [
        "content_scripts/wikipedia/wikipedia-convert-to-pdf-content-script.js",
        "content_scripts/wikipedia/wikipedia-sanitize-html-styles.js"
      ],
      "css": [
        "browser/css/wikipedia-convert-to-pdf-touchpoint.css",
        "browser/css/fte.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "minimum_chrome_version": "107.0",
  "manifest_version": 3,
  "web_accessible_resources": [
    {
      "resources": [
        "viewer.html",
        "browser/js/express.html",
        "extension-detection.html",
        "browser/images/SDC_GenAIGradientTrefoil_24_N.svg",
        "browser/images/SDC_AISummary_16_N.svg",
        "browser/images/SDC_DcLogo_Red_18_N.svg",
        "browser/css/fonts/AdobeClean-Regular.otf",
        "browser/css/fonts/AdobeClean-Bold.otf",
        "browser/images/dc_trefoil_red_32_n.svg",
        "browser/images/acrobat_dc_appicon_128.png",
        "browser/images/acrobat_dc_trefoil_24_white.svg",
        "browser/images/cross_10_n.svg",
        "browser/images/ExpressRemoveBackground.png",
        "browser/images/ExpressApplyEffects.png",
        "browser/images/ExpressCropImage.png",
        "browser/images/SDC_ShowMenu_18_N_24_D_ActiveState.svg",
        "browser/images/SDC_ShowMenu_18_N_24Canvas.svg",
        "browser/images/S_DragHandle_18_N.svg",
        "browser/images/fab-header-background.svg",
        "content_scripts/express/express-fte.js",
        "content_scripts/express/express-utils.js",
        "resources/SidePanel/sidePanelUtil.js",
        "resources/SidePanel/sidePanelUpsellSuccess.html",
        "common/local-storage.js",
        "libs/lottie-light-esm.js",
        "libs/readability.js",
        "resources/addWebpage/extractWebpageHTML.js",
        "common/sanitise-filename.js",
        "content_scripts/gmail/gmail-compress-pdf-message-view-fte-service.js",
        "common/page-content-language-utils.js",
        "content_scripts/utils/fte-utils.js",
        "content_scripts/utils/util.js",
        "browser/images/SDC_Close_22_N.svg",
        "browser/images/s_error_outline.svg",
        "dist/spectrumStyles.css",
        "dist/spectrum.css",
        "dist/spectrum.js",
        "dist/FloatingActionButton.js",
        "dist/FloatingActionButton.css",
        "dist/ToastManager.js",
        "dist/vendor.js",
        "dist/otherVendors.js",
        "dist/extensionShared.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "browser/js/viewer/localFileSignInRedirection.html"
      ],
      "matches": [
        "https://*.acrobat.adobe.com/*"
      ]
    },
    {
      "resources": [
        "signInHandler.html"
      ],
      "matches": [
        "https://*.adobe.com/*"
      ]
    },
    {
      "resources": [
        "content_scripts/gmail/gmail-inject.js",
        "content_scripts/gmail/state.js",
        "content_scripts/gmail/util.js",
        "content_scripts/gmail/gmail-response-service.js",
        "content_scripts/gmail/native-viewer-touch-point-service.js",
        "content_scripts/gmail/native-viewer-pdf-tools-module.js",
        "content_scripts/gmail/message-view-touch-point-service.js",
        "content_scripts/gmail/list-view-touch-point-service.js",
        "content_scripts/gmail/default-viewership-service.js",
        "content_scripts/express/gmail/image-gmail-touchpoint-service.js",
        "content_scripts/express/gmail/express-gmail-message-view-touchpoint-service.js",
        "content_scripts/utils/direct-verb-touch-point-utils.js",
        "content_scripts/gmail/gmail-verb-native-viewer.js",
        "content_scripts/gmail/gmail-verb-list-view.js",
        "content_scripts/gmail/gmail-verb-message-view.js",
        "content_scripts/gmail/gmail-fte-service.js",
        "content_scripts/gmail/gmail-compress-pdf-fte-service.js",
        "content_scripts/gmail/gmail-compose-attachment-touch-point-service.js",
        "content_scripts/gmail/gmail-convert-attachment-card.js",
        "content_scripts/gmail/gmail-edit-pdf-attachment-card.js",
        "content_scripts/touchpoints/verb-execution-service.js",
        "content_scripts/touchpoints/touchpoint-base.js",
        "content_scripts/gmail/gmail-email-pdf-touchpoint-service.js",
        "content_scripts/gmail/gmail-dummy-target-test-service.js",
        "browser/images/acrobat_prodc_appicon_24.svg",
        "browser/images/acrobat_dc_20x20_dark.svg",
        "browser/images/s_pdftoword_20x20_dark.svg",
        "dist/PdfToolsDropdown.js",
        "dist/CompressPDFMessageView.js",
        "dist/chrome_content_scripts_utils_fte-utils_js.js",
        "dist/ProgressCircle.js",
        "content_scripts/utils/toast-service.js",
        "resources/toast/toast.html"
      ],
      "matches": [
        "https://mail.google.com/*"
      ]
    },
    {
      "resources": [
        "content_scripts/gdrive/gdrive-inject.js",
        "content_scripts/gdrive/get-auth-user.js",
        "content_scripts/gdrive/state.js",
        "content_scripts/gdrive/util.js",
        "content_scripts/gdrive/touchpoint-service.js",
        "content_scripts/gdrive/gdrive-convert-attachment-card.js",
        "content_scripts/gdrive/gdrive-edit-pdf-attachment-card.js",
        "content_scripts/touchpoints/verb-execution-service.js",
        "content_scripts/touchpoints/touchpoint-base.js",
        "content_scripts/express/gdrive/image-gdrive-touchpoint-service.js",
        "content_scripts/gdrive/search-handler.js",
        "content_scripts/gdrive/default-viewership-service.js",
        "content_scripts/gdrive/api-parsing-util.js",
        "content_scripts/utils/toast-service.js",
        "resources/toast/toast.html"
      ],
      "matches": [
        "https://drive.google.com/*"
      ]
    },
    {
      "resources": [
        "browser/images/express_edit.svg",
        "browser/images/express_remove_background.svg",
        "browser/images/express_apply_effects.svg",
        "browser/images/express_crop_image.svg",
        "browser/images/express_insert_objects.svg",
        "browser/images/express_remove_objects.svg",
        "browser/images/acrobat_prodc_appicon_24.svg",
        "browser/images/convert_img_to_pdf.svg",
        "content_scripts/express/image-tools-dropdown.js",
        "content_scripts/express/responsive-button-handler.js",
        "content_scripts/express/single-click-cta.js",
        "content_scripts/express/express-hover-cta.js",
        "content_scripts/express/express-cta-tooltip.js",
        "content_scripts/express/fte/express-contextual-fte.js",
        "content_scripts/express/express-precaching.js",
        "common/constant.js",
        "common/locale.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "content_scripts/gemini/state.js",
        "content_scripts/gemini/gemini-chat-touchpoint-service.js",
        "content_scripts/gemini/gemini-response-touchpoint-service.js",
        "content_scripts/express/gemini/gemini-express-touchpoint-service.js",
        "content_scripts/gemini/gemini-api-response-service.js",
        "content_scripts/gemini/gemini-inject.js",
        "content_scripts/gemini/gemini-convert-to-pdf-fte-service.js",
        "content_scripts/utils/toast-service.js",
        "resources/toast/toast.html"
      ],
      "matches": [
        "https://gemini.google.com/*"
      ]
    },
    {
      "resources": [
        "content_scripts/express/express_whatsapp/whatsapp-image-preview.js",
        "content_scripts/express/express_whatsapp/whatsapp-image-on-hover.js"
      ],
      "matches": [
        "https://web.whatsapp.com/*"
      ]
    },
    {
      "resources": [
        "content_scripts/outlook/outlook-inject.js",
        "content_scripts/outlook/state.js",
        "browser/images/outlook-error-toast-icon.svg",
        "browser/images/outlook-error-toast-close.svg",
        "resources/outlook/error-toast.html",
        "content_scripts/outlook/outlook-error-toast-service.js",
        "content_scripts/outlook/outlook-fte-service.js",
        "content_scripts/express/outlook/express-outlook-touchpoint-service.js"
      ],
      "matches": [
        "https://outlook.office365.com/*",
        "https://outlook.office.com/*",
        "https://outlook.live.com/*",
        "https://outlook.cloud.microsoft/*"
      ]
    },
    {
      "resources": [
        "content_scripts/linkedin/state.js",
        "content_scripts/linkedin/linkedin-fte-service.js",
        "content_scripts/linkedin/linkedin-response-service.js",
        "content_scripts/linkedin/linkedin-inject.js"
      ],
      "matches": [
        "https://www.linkedin.com/*",
        "https://media.licdn.com/*"
      ]
    },
    {
      "resources": [
        "content_scripts/express/express_chatgpt/chatgpt-inject.js",
        "content_scripts/express/express_chatgpt/chatgpt-moderation.js",
        "content_scripts/chatgpt/state.js",
        "content_scripts/chatgpt/chatgpt-convert-to-pdf.js",
        "content_scripts/chatgpt/chatgpt-response-convert-to-pdf.js",
        "content_scripts/chatgpt/chatgpt-canvas-convert-to-pdf.js",
        "content_scripts/chatgpt/chatgpt-convert-to-pdf-fte-service.js",
        "content_scripts/chatgpt/chatgpt-longchat-conversion.js",
        "browser/images/acrobat_dc_20x20_dark.svg",
        "browser/images/acrobat_dc_export_pdf.svg",
        "dist/ProgressCircle.js",
        "content_scripts/utils/toast-service.js",
        "resources/toast/toast.html",
        "content_scripts/utils/popover-service.js",
        "resources/popover/popover.html"
      ],
      "matches": [
        "https://chatgpt.com/*"
      ]
    },
    {
      "resources": [
        "browser/images/acrobat_prodc_appicon_24.svg",
        "content_scripts/chatgpt/chatgpt-convert-to-pdf-fte-service.js",
        "browser/css/fte.css",
        "content_scripts/chatgpt/state.js"
      ],
      "matches": [
        "https://connector_openai_deep_research.web-sandbox.oaiusercontent.com/*"
      ]
    },
    {
      "resources": [
        "content_scripts/gdocs/google-docs-fetch-interceptor.js",
        "content_scripts/utils/direct-verb-touch-point-utils.js",
        "dist/SheetsSettingModal.js",
        "dist/SheetsSettingModal.css",
        "dist/ProgressCircle.js",
        "browser/images/tick.svg",
        "browser/images/dropdown.svg",
        "browser/images/AllColumnsOnOnePage-Portrait_light.svg",
        "browser/images/AllColumnsOnOnePage-Landscape_light.svg",
        "browser/images/AllRowsOnOnePage-Portrait_light.svg",
        "browser/images/AllRowsOnOnePage-Landscape_light.svg",
        "browser/images/EverythingOnOnePage-Portrait_light.svg",
        "browser/images/EverythingOnOnePage-Landscape_light.svg",
        "content_scripts/utils/toast-service.js",
        "resources/toast/toast.html"
      ],
      "matches": [
        "https://docs.google.com/*"
      ]
    },
    {
      "resources": [
        "content_scripts/wikipedia/wikipedia-touchpoint-service.js",
        "content_scripts/wikipedia/wikipedia-convert-to-pdf-fte-service.js",
        "content_scripts/utils/toast-service.js",
        "content_scripts/utils/direct-verb-touch-point-utils.js",
        "dist/ProgressCircle.js",
        "resources/toast/toast.html"
      ],
      "matches": [
        "https://*.wikipedia.org/*"
      ]
    },
    {
      "resources": [
        "content_scripts/utils/toast-service.js"
      ],
      "matches": [
        "https://commerce.adobe.com/*",
        "https://commerce-stg.adobe.com/*"
      ]
    },
    {
      "resources": [
        "browser/js/searchWidget.html",
        "browser/js/searchWidgetSkeleton.html"
      ],
      "use_dynamic_url": true,
      "matches": [
        "https://www.google.com/*",
        "https://www.google.com.br/*",
        "https://www.google.com.hk/*",
        "https://www.google.com.tr/*",
        "https://www.google.com.tw/*",
        "https://www.google.com.ua/*",
        "https://www.google.ca/*",
        "https://www.google.co.jp/*",
        "https://www.google.co.kr/*",
        "https://www.google.co.uk/*",
        "https://www.google.cz/*",
        "https://www.google.de/*",
        "https://www.google.dk/*",
        "https://www.google.es/*",
        "https://www.google.fi/*",
        "https://www.google.fr/*",
        "https://www.google.hr/*",
        "https://www.google.hu/*",
        "https://www.google.it/*",
        "https://www.google.nl/*",
        "https://www.google.no/*",
        "https://www.google.pl/*",
        "https://www.google.pt/*",
        "https://www.google.ro/*",
        "https://www.google.ru/*",
        "https://www.google.se/*",
        "https://www.google.si/*",
        "https://www.google.sk/*",
        "https://www.bing.com/*"
      ]
    },
    {
      "resources": [
        "browser/js/newAssistantPopup.html",
        "resources/chromeOS/handler.html",
        "resources/SidePanel/index.html",
        "resources/SidePanel/signInSuccess.html",
        "resources/express/imageToolsDropdown.html",
        "resources/express/expressSingleClickCTA.html",
        "resources/express/expressHoverCTA.html",
        "resources/express/expressContextualFTE.html",
        "browser/js/frameUI.html",
        "resources/addWebpage/index.html",
        "browser/js/check-cookies.html",
        "resources/toast/toast.html",
        "resources/popover/popover.html",
        "resources/SidePanel/FABIcon.html",
        "resources/SidePanel/sidePanelButton.html",
        "resources/SidePanel/FABViewSettings.html",
        "resources/SidePanel/ActionableCoachmark.html",
        "browser/js/lsCopy.html",
        "browser/js/download-banner.html",
        "browser/js/successToast.html",
        "browser/js/local-fte.html",
        "browser/js/local-file/local-file-blocking-page.html",
        "browser/js/local-file/local-file-prompt.html",
        "browser/js/failToast.html",
        "browser/js/viewer/error.html",
        "browser/js/viewer/sessionExpired.html"
      ],
      "use_dynamic_url": true,
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; child-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline'; frame-src https://use.typekit.net https://assets.adobedtm.com https://*.adobecontent.io https://*.adobelogin.com https://local-test.acrobat.com:* https://local-test.acrobat.adobe.com:* https://*.acrobat.com https://*.adobe.com https://*.adobe.io"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "optional_permissions": [
    "history",
    "bookmarks"
  ]
}

Best Adobe Acrobat: PDF edit, convert, sign tools Alternatives

Here are some Chrome extensions that are similar to Adobe Acrobat: PDF edit, convert, sign tools: