Chatgpt PDF | Ask your pdf

Chatgpt PDF | Ask your pdf

Ask your pdf ai. Chapdf best ai summarizer plugin powered by gpt. Summarize text and have a chat with any pdf. Pro summary generator

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "version": "1.3.3",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "minimum_chrome_version": "93",
  "icons": {
    "16": "src/icons/16.png",
    "32": "src/icons/32.png",
    "48": "src/icons/48.png",
    "128": "src/icons/128.png"
  },
  "action": {
    "default_title": "__MSG_appName__",
    "default_popup": "src/action/index.html",
    "default_icon": {
      "16": "src/icons/16.png",
      "24": "src/icons/24.png",
      "32": "src/icons/32.png"
    }
  },
  "options_ui": {
    "page": "src/options/index.html",
    "open_in_tab": true
  },
  "commands": {
    "toggle-widget": {
      "suggested_key": {
        "default": "Alt+M"
      },
      "description": "__MSG_commands_toggle_widget__"
    }
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/main.js-loader-99w5LGjv.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "src/assets/*",
        "assets/InterVariable-lovs5kQ3.woff2",
        "assets/pdf-summary-logo-G6iUCjvE.png",
        "assets/vendor-m3-Vs719.js",
        "assets/fetch-xhr--mvfqP8H.js",
        "assets/api-vV3M2wda.js",
        "assets/store-FY4lLpMk.js",
        "assets/Button-Ni-oue-y.js",
        "assets/main.js-14_BLT49.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "permissions": [
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "externally_connectable": {
    "matches": [
      "https://pdfsummary.ai/*",
      "https://staging.pdfsummary.ai/*"
    ]
  }
}